diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-15 02:36:21 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-15 02:36:21 +0000 |
commit | 4ee17e79b9676b9eaf4e0b266ca249520d3beb20 (patch) | |
tree | 897e542db5f87983b6e938934104dc408ec8d7a6 /pkg/tcpip/tcpip.go | |
parent | 3a9166e9c1cafaf82222bbad1845e4e503b0b8d4 (diff) | |
parent | 28212b3f179dc23bb966f72b11f635017cdf8664 (diff) |
Merge release-20200323.0-156-g28212b3 (automated)
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r-- | pkg/tcpip/tcpip.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go index aec7126ff..109121dbc 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -681,6 +681,10 @@ type TCPTimeWaitTimeoutOption time.Duration // for a handshake till the specified timeout until a segment with data arrives. type TCPDeferAcceptOption time.Duration +// TCPMinRTOOption is use by SetSockOpt/GetSockOpt to allow overriding +// default MinRTO used by the Stack. +type TCPMinRTOOption time.Duration + // MulticastInterfaceOption is used by SetSockOpt/GetSockOpt to specify a // default interface for multicast. type MulticastInterfaceOption struct { |