summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-11-19 17:32:21 +0000
committergVisor bot <gvisor-bot@google.com>2020-11-19 17:32:21 +0000
commitaeedb109c57a31a68b640ede70235d1e1a569c17 (patch)
treed3413636c1c9fd408a78960f7feac9d968514140 /pkg/tcpip
parent0967103458c227b5d54a0db2856029519e3981eb (diff)
parent332671c33969c067398702f61071b004b988b24b (diff)
Merge release-20201109.0-87-g332671c33 (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r--pkg/tcpip/tcpip.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go
index 4c367b6a6..ad7a5b22f 100644
--- a/pkg/tcpip/tcpip.go
+++ b/pkg/tcpip/tcpip.go
@@ -713,10 +713,6 @@ const (
// will be looped back.
MulticastLoopOption
- // NoChecksumOption is used by SetSockOptBool/GetSockOptBool to specify
- // whether UDP checksum is disabled for this socket.
- NoChecksumOption
-
// QuickAckOption is stubbed out in SetSockOptBool/GetSockOptBool.
QuickAckOption