diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-29 23:57:30 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-29 23:57:30 +0000 |
commit | a23fb5e007869e5fccaad28027c1d2c0e2356ba9 (patch) | |
tree | cbab605c0d3fed8a47435ad8123442c44009c17e /pkg/tcpip/tcpip.go | |
parent | a5f93401d35c8c84b5f99c4b0b63f0f4aa0d262e (diff) | |
parent | 6ae83404afcfdcc02966487973eef354969984f5 (diff) |
Merge release-20200921.0-72-g6ae83404a (automated)
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r-- | pkg/tcpip/tcpip.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go index 0d4a803ff..c42bb0991 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -1622,9 +1622,6 @@ type UDPStats struct { // ChecksumErrors is the number of datagrams dropped due to bad checksums. ChecksumErrors *StatCounter - - // InvalidSourceAddress is the number of invalid sourced datagrams dropped. - InvalidSourceAddress *StatCounter } // Stats holds statistics about the networking stack. |