gvisor/pkg/tcpip/transport/tcp
Bhasker Hariharan de8dba205f Add a protocol option to set congestion control algorithm.
Also adds support to query available congestion control algorithms.

PiperOrigin-RevId: 199826897
Change-Id: I2b338b709820ee9cf58bb56d83aa7b1a39f4eab2
2018-06-08 11:46:23 -07:00
..
testing/context Implement SO_TIMESTAMP 2018-05-01 22:11:49 -07:00
BUILD Check in gVisor. 2018-04-28 01:44:26 -04:00
accept.go netstack: make TCP endpoint closed and error state cleanup work synchronous. 2018-06-05 15:44:38 -07:00
connect.go netstack: make TCP endpoint closed and error state cleanup work synchronous. 2018-06-05 15:44:38 -07:00
dual_stack_test.go Check in gVisor. 2018-04-28 01:44:26 -04:00
endpoint.go netstack: make TCP endpoint closed and error state cleanup work synchronous. 2018-06-05 15:44:38 -07:00
endpoint_state.go netstack: make TCP endpoint closed and error state cleanup work synchronous. 2018-06-05 15:44:38 -07:00
forwarder.go Check in gVisor. 2018-04-28 01:44:26 -04:00
protocol.go Add a protocol option to set congestion control algorithm. 2018-06-08 11:46:23 -07:00
rcv.go Check in gVisor. 2018-04-28 01:44:26 -04:00
sack.go Add mising license headers. 2018-04-28 18:10:24 -07:00
segment.go netstack: make TCP endpoint closed and error state cleanup work synchronous. 2018-06-05 15:44:38 -07:00
segment_heap.go Check in gVisor. 2018-04-28 01:44:26 -04:00
segment_queue.go Check in gVisor. 2018-04-28 01:44:26 -04:00
snd.go When sending a RST the acceptable ACK window shouldn't change. 2018-05-22 15:52:41 -07:00
tcp_sack_test.go Add mising license headers. 2018-04-28 18:10:24 -07:00
tcp_test.go Add a protocol option to set congestion control algorithm. 2018-06-08 11:46:23 -07:00
tcp_timestamp_test.go Implement SO_TIMESTAMP 2018-05-01 22:11:49 -07:00
timer.go Check in gVisor. 2018-04-28 01:44:26 -04:00