From 332671c33969c067398702f61071b004b988b24b Mon Sep 17 00:00:00 2001 From: Bruno Dal Bo Date: Thu, 19 Nov 2020 09:24:42 -0800 Subject: Remove unused NoChecksumOption Migration to unified socket options left this behind. PiperOrigin-RevId: 343305434 --- pkg/tcpip/tcpip.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pkg/tcpip') 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 -- cgit v1.2.3