summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBruno Dal Bo <brunodalbo@google.com>2020-11-19 09:24:42 -0800
committergVisor bot <gvisor-bot@google.com>2020-11-19 09:26:42 -0800
commit332671c33969c067398702f61071b004b988b24b (patch)
tree90edaf7636049df999e58fe5c985fa83bab2286c
parente8df1ccef91993be379021aec5e771577f8d9196 (diff)
Remove unused NoChecksumOption
Migration to unified socket options left this behind. PiperOrigin-RevId: 343305434
-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