gvisor/pkg/tcpip/transport/tcp
Ghanan Gowripalan e50a1f5739 Remove the amss field from tcpip.tcp.handshake as it was unused
The amss field in the tcpip.tcp.handshake was not used anywhere. Removed it to
not cause confusion with the amss field in the tcpip.tcp.endpoint struct, which
was documented to be used (and is actually being used) for the same purpose.

PiperOrigin-RevId: 276577088
2019-10-24 15:23:43 -07:00
..
testing/context Implement SO_BINDTODEVICE sockopt 2019-09-27 14:14:04 -07:00
BUILD netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
accept.go epsocket: support /proc/net/snmp 2019-10-15 16:38:41 +00:00
connect.go Remove the amss field from tcpip.tcp.handshake as it was unused 2019-10-24 15:23:43 -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 Internal change. 2019-10-14 17:46:52 -07:00
endpoint.go Merge pull request #641 from tanjianfeng:master 2019-10-23 16:55:15 -07:00
endpoint_state.go Internal change. 2019-10-09 17:56:05 -07:00
forwarder.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
protocol.go Internal change. 2019-10-14 17:46:52 -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 netstack: add counters for tcp CurrEstab and EstabResets 2019-10-15 16:38:40 +00:00
snd_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tcp_noracedetector_test.go Internal change. 2019-10-09 17:56:05 -07:00
tcp_sack_test.go Internal change. 2019-10-09 17:56:05 -07:00
tcp_test.go Internal change. 2019-10-14 17:46:52 -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