diff options
-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 |