gvisor/pkg/tcpip/transport/tcp
Rahat Mahmood 2d2831e354 Track and export socket state.
This is necessary for implementing network diagnostic interfaces like
/proc/net/{tcp,udp,unix} and sock_diag(7).

For pass-through endpoints such as hostinet, we obtain the socket
state from the backend. For netstack, we add explicit tracking of TCP
states.

PiperOrigin-RevId: 251934850
2019-06-06 15:04:47 -07:00
..
testing/context Track and export socket state. 2019-06-06 15:04:47 -07:00
BUILD Disable certain tests that are flaky under race detector. 2019-05-31 16:19:49 -07:00
accept.go Track and export socket state. 2019-06-06 15:04:47 -07:00
connect.go Track and export socket state. 2019-06-06 15:04:47 -07:00
cubic.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
dual_stack_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
endpoint.go Track and export socket state. 2019-06-06 15:04:47 -07:00
endpoint_state.go Track and export socket state. 2019-06-06 15:04:47 -07:00
forwarder.go Fixes to TCP listen behavior. 2019-05-30 12:08:41 -07:00
protocol.go Change segment queue limit to be of fixed size. 2019-05-31 16:17:33 -07:00
rcv.go Track and export socket state. 2019-06-06 15:04:47 -07:00
reno.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sack.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sack_scoreboard.go Implement support for SACK based recovery(RFC 6675). 2019-05-03 10:51:18 -07:00
sack_scoreboard_test.go Implement support for SACK based recovery(RFC 6675). 2019-05-03 10:51:18 -07:00
segment.go Implement support for SACK based recovery(RFC 6675). 2019-05-03 10:51:18 -07:00
segment_heap.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
segment_queue.go Change segment queue limit to be of fixed size. 2019-05-31 16:17:33 -07:00
segment_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
snd.go Track and export socket state. 2019-06-06 15:04:47 -07:00
snd_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tcp_noracedetector_test.go Disable certain tests that are flaky under race detector. 2019-05-31 16:19:49 -07:00
tcp_sack_test.go Implement support for SACK based recovery(RFC 6675). 2019-05-03 10:51:18 -07:00
tcp_test.go Track and export socket state. 2019-06-06 15:04:47 -07:00
tcp_timestamp_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
timer.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00