gvisor/pkg/tcpip/transport
Bhasker Hariharan 6fc9f0aefd Add support for TCP_USER_TIMEOUT option.
The implementation follows the linux behavior where specifying
a TCP_USER_TIMEOUT will cause the resend timer to honor the
user specified timeout rather than the default rto based timeout.

Further it alters when connections are timedout due to keepalive
failures. It does not alter the behavior of when keepalives are
sent. This is as per the linux behavior.

PiperOrigin-RevId: 285099795
2019-12-11 17:52:53 -08:00
..
icmp Cleanup visibility. 2019-11-23 23:54:41 -08:00
packet Cleanup visibility. 2019-11-23 23:54:41 -08:00
raw Cleanup visibility. 2019-11-23 23:54:41 -08:00
tcp Add support for TCP_USER_TIMEOUT option. 2019-12-11 17:52:53 -08:00
tcpconntrack Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
udp Add UDP SO_REUSEADDR support to the port manager. 2019-12-09 15:53:00 -08:00