diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-04-16 23:33:09 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-16 23:33:09 +0000 |
commit | ed4ffd6b8cc12ae502d8077843d53a630f5cf519 (patch) | |
tree | 5938bf2f31feceaab8bba1649dda5b76f23661bd /pkg/tcpip/tcpip.go | |
parent | 78eafdbaff6332df43d07695068ad4c1af929001 (diff) | |
parent | 32c18f443f567dac21465b3999d1a18b886891d1 (diff) |
Merge release-20210408.0-44-g32c18f443 (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 d1b5982f5..33a55d89f 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -1732,6 +1732,10 @@ type TCPStats struct { // ChecksumErrors is the number of segments dropped due to bad checksums. ChecksumErrors *StatCounter + + // FailedPortReservations is the number of times TCP failed to reserve + // a port. + FailedPortReservations *StatCounter } // UDPStats collects UDP-specific stats. |