We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5e7b2 commit 98dfce4Copy full SHA for 98dfce4
1 file changed
intra/netstack/icmpecho.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
const minICMPPacketSize = header.ICMPv4MinimumSize + header.IPv4MinimumSize
20
-const typicalICMPEchoPayloadSize = 32
+const typicalICMPEchoPayloadSize = 64 // or 56
21
const expectedICMPPacketSize = header.IPv6MinimumSize + header.ICMPv6MinimumSize + typicalICMPEchoPayloadSize
22
23
// TODO: get rid of the global in favor of passing the handler via the responder.
0 commit comments