gvisor/pkg/tcpip/transport/tcp
Adin Scannell 1b6a12a768 Add notes to relevant tests.
These were out-of-band notes that can help provide additional context
and simplify automated imports.

PiperOrigin-RevId: 293525915
2020-02-05 22:46:35 -08:00
..
testing/context Use multicast Ethernet address for multicast NDP 2020-01-31 13:55:46 -08:00
BUILD Fix for panic in endpoint.Close(). 2020-01-30 12:00:35 -08:00
accept.go Fix method comment to match method name. 2020-01-31 15:09:13 -08:00
connect.go Add socket connection stress test. 2020-02-04 15:54:49 -08: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
dispatcher.go Bugfix to terminate the protocol loop on StateError. 2020-01-15 13:21:50 -08:00
dual_stack_test.go Introduce tcpip.SockOptBool 2020-01-08 15:40:48 -08:00
endpoint.go Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
endpoint_state.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
forwarder.go Add support for TCP_DEFER_ACCEPT. 2020-01-29 15:53:45 -08:00
protocol.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
rcv.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
rcv_state.go Add support for TCP_USER_TIMEOUT option. 2019-12-11 17:52:53 -08: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 Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
segment_heap.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
segment_queue.go New sync package. 2020-01-09 22:02:24 -08:00
segment_state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
snd.go Changes TCP packet dispatch to use a pool of goroutines. 2020-01-14 14:15:50 -08:00
snd_state.go Add support for TCP_USER_TIMEOUT option. 2019-12-11 17:52:53 -08: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 recv() on a closed TCP socket returns ENOTCONN 2020-02-05 17:56:42 -08: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