diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-24 22:27:24 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-24 22:27:24 +0000 |
commit | 9bb07ad9085db00d35faf617c38d514d4681d42b (patch) | |
tree | 0c4a9e8430dd87d0d6be267defd55af978fa271c | |
parent | 782033599ceb550b1fe97c2e0bd2cfafd025ccaf (diff) | |
parent | e50a1f5739adc9bcb74456d365959ae718ff2197 (diff) |
Merge release-20190806.1-320-ge50a1f5 (automated)
-rw-r--r-- | pkg/tcpip/transport/tcp/connect.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/tcpip/transport/tcp/connect.go b/pkg/tcpip/transport/tcp/connect.go index 8db1cc028..790e89cc3 100644 --- a/pkg/tcpip/transport/tcp/connect.go +++ b/pkg/tcpip/transport/tcp/connect.go @@ -78,9 +78,6 @@ type handshake struct { // mss is the maximum segment size received from the peer. mss uint16 - // amss is the maximum segment size advertised by us to the peer. - amss uint16 - // sndWndScale is the send window scale, as defined in RFC 1323. A // negative value means no scaling is supported by the peer. sndWndScale int |