gvisor/pkg/sentry/socket/netstack
Ian Gudger a2c51efe36 Add endpoint tracking to the stack.
In the future this will replace DanglingEndpoints. DanglingEndpoints must be
kept for now due to issues with save/restore.

This is arguably a cleaner design and allows the stack to know which transport
endpoints might still be using its link endpoints.

Updates #837

PiperOrigin-RevId: 277386633
2019-10-29 16:14:51 -07:00
..
BUILD Reorder BUILD license and load functions in gvisor. 2019-10-16 16:40:30 -07:00
device.go Rename epsocket to netstack. 2019-10-07 13:57:59 -07:00
netstack.go Convert DelayOption to the newer/faster SockOpt int type. 2019-10-25 13:15:34 -07:00
provider.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
save_restore.go Rename epsocket to netstack. 2019-10-07 13:57:59 -07:00
stack.go Add endpoint tracking to the stack. 2019-10-29 16:14:51 -07:00