gvisor/pkg/tcpip/transport/udp
Ian Gudger c37b196455 Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.
Protocol dispatchers were previously leaked. Bypassing TIME_WAIT is required to
test this change.

Also fix a race when a socket in SYN-RCVD is closed. This is also required to
test this change.

PiperOrigin-RevId: 296922548
2020-02-24 10:32:17 -08:00
..
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
endpoint.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
endpoint_state.go Store SO_BINDTODEVICE state at bind. 2019-11-22 15:20:52 -08:00
forwarder.go Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
protocol.go Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
udp_test.go Enable IPV6_RECVTCLASS socket option for datagram sockets 2020-02-18 15:45:36 -08:00