diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-07-22 01:11:26 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-22 01:11:26 +0000 |
commit | 8db76828ffab7e9aa890344788a3fd08605854ce (patch) | |
tree | 8e0e842baeeb19dc2fbd4bacd85fa69df0b224b5 /pkg/tcpip/tcpip.go | |
parent | 9cebed5306dec51cec8962a2844736275ef82598 (diff) | |
parent | f1f746dddcc0eb97c04b7d4a521962edb30cbea8 (diff) |
Merge release-20210712.0-39-gf1f746ddd (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 8f2658f64..55683b4fb 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -1845,6 +1845,10 @@ type TCPStats struct { // FailedPortReservations is the number of times TCP failed to reserve // a port. FailedPortReservations *StatCounter + + // SegmentsAckedWithDSACK is the number of segments acknowledged with + // DSACK. + SegmentsAckedWithDSACK *StatCounter } // UDPStats collects UDP-specific stats. |