gvisor/pkg/tcpip/transport/tcp
Tamir Duberstein 573e6e4bba Use tcpip.Subnet in tcpip.Route
This is the first step in replacing some of the redundant types with the
standard library equivalents.

PiperOrigin-RevId: 264706552
2019-08-21 15:31:18 -07:00
..
testing/context Use tcpip.Subnet in tcpip.Route 2019-08-21 15:31:18 -07:00
BUILD Plumbing for iptables sockopts. 2019-08-02 16:26:48 -07:00
accept.go Fix for a panic due to writing to a closed accept channel. 2019-08-06 11:01:27 -07:00
connect.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
cubic.go Add support for TCP_CONGESTION socket option. 2019-06-12 13:35:50 -07:00
cubic_state.go Add support for TCP_CONGESTION socket option. 2019-06-12 13:35:50 -07:00
dual_stack_test.go Fix for a panic due to writing to a closed accept channel. 2019-08-06 11:01:27 -07:00
endpoint.go Use tcpip.Subnet in tcpip.Route 2019-08-21 15:31:18 -07:00
endpoint_state.go netstack: move resumption logic into *_state.go 2019-08-15 11:13:46 -07:00
forwarder.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
protocol.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
rcv.go Automated rollback of changelist 261191548 2019-08-02 12:52:40 -07:00
reno.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sack.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
sack_scoreboard.go Automated rollback of changelist 261191548 2019-08-02 12:52:40 -07:00
sack_scoreboard_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
segment.go Update canonical repository. 2019-06-13 16:50:15 -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 Update canonical repository. 2019-06-13 16:50:15 -07:00
snd.go Add congestion control states to sender. 2019-08-09 14:50:30 -07:00
snd_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tcp_noracedetector_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
tcp_sack_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
tcp_test.go Use tcpip.Subnet in tcpip.Route 2019-08-21 15:31:18 -07:00
tcp_timestamp_test.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
timer.go Update canonical repository. 2019-06-13 16:50:15 -07:00