We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983ec72 commit 148cc04Copy full SHA for 148cc04
intra/netstack/icmpecho.go
@@ -17,10 +17,11 @@ import (
17
)
18
19
const minICMPPacketSize = header.ICMPv4MinimumSize + header.IPv4MinimumSize
20
-const typicalICMPEchoPayloadSize = 64 // or 56
21
-const expectedICMPPacketSize = header.IPv6MinimumSize + header.ICMPv6MinimumSize + typicalICMPEchoPayloadSize
22
const useIcmpForwarder = true
23
+// const typicalICMPEchoPayloadSize = 64 // or 56
+// const expectedICMPPacketSize = header.IPv6MinimumSize + header.ICMPv6MinimumSize + typicalICMPEchoPayloadSize
24
+
25
// TODO: get rid of the global in favor of passing the handler via the responder.
26
// hdlEcho stores the ICMP handler used by the dispatcher-level ICMP
27
// interception path.
0 commit comments