gvisor/pkg/tcpip/transport/tcp
Tamir Duberstein 74b10e31a4 Remove detritus
- Unused constants
- Unused functions
- Unused arguments
- Unkeyed literals
- Unnecessary conversions

PiperOrigin-RevId: 375253464
2021-05-22 05:49:34 -07:00
..
testing/context Convey GSO capabilities through GSOEndpoint 2021-05-03 16:40:47 -07:00
BUILD Fix not calling decRef on merged segments 2021-05-12 14:12:38 -07:00
accept.go Move SO_RCVBUF to socketops. 2021-04-20 09:32:54 -07:00
connect.go Add protocol state to TCPINFO 2021-05-20 19:15:49 -07:00
connect_unsafe.go Use a pool of arrays to avoid slice headers from escaping in TCP options pool. 2020-03-05 15:56:42 -08:00
cubic.go De-duplicate TCP state in TCPEndpointState vs tcp.endpoint 2021-04-19 16:43:30 -07:00
dispatcher.go Add aggregated NIC stats 2021-05-21 04:27:41 -07:00
dual_stack_test.go Remove detritus 2021-05-22 05:49:34 -07:00
endpoint.go Remove detritus 2021-05-22 05:49:34 -07:00
endpoint_state.go Add protocol state to TCPINFO 2021-05-20 19:15:49 -07:00
forwarder.go Change tcpip.Error to an interface 2021-01-28 17:59:58 -08:00
protocol.go Remove detritus 2021-05-22 05:49:34 -07:00
rack.go Remove detritus 2021-05-22 05:49:34 -07:00
rcv.go Remove detritus 2021-05-22 05:49:34 -07:00
rcv_state.go Add support for TCP_USER_TIMEOUT option. 2019-12-11 17:52:53 -08:00
rcv_test.go Send ACK to OTW SEQs/unacc ACKs in CLOSE_WAIT 2020-05-08 11:23:24 -07:00
reno.go De-duplicate TCP state in TCPEndpointState vs tcp.endpoint 2021-04-19 16:43:30 -07:00
reno_recovery.go De-duplicate TCP state in TCPEndpointState vs tcp.endpoint 2021-04-19 16:43:30 -07:00
sack.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00
sack_recovery.go De-duplicate TCP state in TCPEndpointState vs tcp.endpoint 2021-04-19 16:43:30 -07:00
sack_scoreboard.go Fix nogo test in //pkg/tcpip/... 2020-10-20 17:22:28 -07:00
sack_scoreboard_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
segment.go Remove detritus 2021-05-22 05:49:34 -07:00
segment_heap.go Implement heap.Interface on pointer receiver 2020-03-11 20:38:05 -07:00
segment_queue.go Move SO_RCVBUF to socketops. 2021-04-20 09:32:54 -07:00
segment_state.go netstack: Refactor tcpip.Endpoint.Read 2021-01-07 14:17:18 -08:00
segment_test.go Fix not calling decRef on merged segments 2021-05-12 14:12:38 -07:00
segment_unsafe.go Fix zero receive window advertisements. 2020-12-05 01:48:00 -08:00
snd.go Remove detritus 2021-05-22 05:49:34 -07:00
snd_state.go De-duplicate TCP state in TCPEndpointState vs tcp.endpoint 2021-04-19 16:43:30 -07:00
tcp_noracedetector_test.go Define tcpip.Payloader in terms of io.Reader 2021-01-22 12:26:09 -08:00
tcp_rack_test.go Remove detritus 2021-05-22 05:49:34 -07:00
tcp_sack_test.go Fix listen backlog handling to be in parity with Linux 2021-04-05 21:53:41 -07:00
tcp_test.go Remove detritus 2021-05-22 05:49:34 -07:00
tcp_timestamp_test.go Fix listen backlog handling to be in parity with Linux 2021-04-05 21:53:41 -07:00
timer.go Automated rollback of changelist 340274194 2020-11-16 10:43:37 -08:00
timer_test.go Cleanup tcp.timer and tcpip.Route 2020-06-18 00:10:05 -07:00