diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-13 22:02:57 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-13 22:02:57 +0000 |
commit | b21b9a28dc155efe04e9aa8e72dfc052f6579e7f (patch) | |
tree | 14ea1708aae4854c7f8c15c8ad04f9fa02813bd8 /pkg/tcpip/stack | |
parent | 4e9636928b2b9e596c9430c13d586afad9058fd2 (diff) | |
parent | 839dd97008bacf526c05afa542e67c94f8b399ea (diff) |
Merge release-20201030.0-92-g839dd9700 (automated)
Diffstat (limited to 'pkg/tcpip/stack')
-rw-r--r-- | pkg/tcpip/stack/stack.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/stack.go b/pkg/tcpip/stack/stack.go index ca9f41af4..e0025e0a9 100644 --- a/pkg/tcpip/stack/stack.go +++ b/pkg/tcpip/stack/stack.go @@ -82,6 +82,7 @@ type TCPRACKState struct { FACK seqnum.Value RTT time.Duration Reord bool + DSACKSeen bool } // TCPEndpointID is the unique 4 tuple that identifies a given endpoint. |