gvisor/pkg/tcpip/link/fdbased
Ian Gudger 002f1d4aae Allow waiting for LinkEndpoint worker goroutines to finish.
Previously, the only safe way to use an fdbased endpoint was to leak the FD.
This change makes it possible to safely close the FD.

This is the first step towards having stoppable stacks.

Updates #837

PiperOrigin-RevId: 270346582
2019-09-20 14:10:02 -07:00
..
BUILD Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
endpoint.go Allow waiting for LinkEndpoint worker goroutines to finish. 2019-09-20 14:10:02 -07:00
endpoint_test.go Remove reundant global tcpip.LinkEndpointID. 2019-09-06 18:01:14 -07:00
endpoint_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
mmap.go Enabling pkg/tcpip/link support on arm64. 2019-08-15 03:19:30 +00:00
mmap_stub.go Enabling pkg/tcpip/link support on arm64. 2019-08-15 03:19:30 +00:00
mmap_unsafe.go Enabling pkg/tcpip/link support on arm64. 2019-08-15 03:19:30 +00:00
packet_dispatchers.go Update canonical repository. 2019-06-13 16:50:15 -07:00