diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-02-12 06:10:43 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-12 06:10:43 +0000 |
commit | 40dd18cd674a435641cf5351c1e5303d120bf305 (patch) | |
tree | af5f7b17f8e42904a5dc0f0dfd47c6169d84d49f /pkg/tcpip/tcpip.go | |
parent | 430a49cc5449f0153f58621c0dcaf36d58a71c72 (diff) | |
parent | 845d0a65f449ade1952568b5fc120e7cb8cd709f (diff) |
Merge release-20210208.0-52-g845d0a65f (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 d5c2b0487..ba063dc26 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -1731,6 +1731,10 @@ type TCPStats struct { // recover from packet loss. SACKRecovery *StatCounter + // TLPRecovery is the number of times recovery was accomplished by the tail + // loss probe. + TLPRecovery *StatCounter + // SlowStartRetransmits is the number of segments retransmitted in slow // start. SlowStartRetransmits *StatCounter |