diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-19 17:32:21 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-19 17:32:21 +0000 |
commit | aeedb109c57a31a68b640ede70235d1e1a569c17 (patch) | |
tree | d3413636c1c9fd408a78960f7feac9d968514140 | |
parent | 0967103458c227b5d54a0db2856029519e3981eb (diff) | |
parent | 332671c33969c067398702f61071b004b988b24b (diff) |
Merge release-20201109.0-87-g332671c33 (automated)
-rw-r--r-- | pkg/tcpip/tcpip.go | 4 |
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 |