gvisor/pkg/tcpip/transport
Bhasker Hariharan 275ac8ce1d Bugfix to terminate the protocol loop on StateError.
The change to introduce worker goroutines can cause the endpoint
to transition to StateError and we should terminate the loop rather
than let the endpoint transition to a CLOSED state as we do
in case the endpoint enters TIME-WAIT/CLOSED. Moving to a closed
state would cause the actual error to not be propagated to
any read() calls etc.

PiperOrigin-RevId: 289923568
2020-01-15 13:21:50 -08:00
..
icmp Allow dual stack sockets to operate on AF_INET 2020-01-13 14:47:22 -08:00
packet New sync package. 2020-01-09 22:02:24 -08:00
raw New sync package. 2020-01-09 22:02:24 -08:00
tcp Bugfix to terminate the protocol loop on StateError. 2020-01-15 13:21:50 -08:00
tcpconntrack Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
udp Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets 2020-01-14 13:33:23 -08:00