From 30fb6ab52e5473f64f2f9fadeb3d40aa8ef895f2 Mon Sep 17 00:00:00 2001 From: Manu Garg Date: Sat, 7 Aug 2021 11:38:26 -0700 Subject: [PATCH] Update cloudprober ping MTU to 9001 to allow jumbo packets. (#650) PiperOrigin-RevId: 388596070 --- probes/ping/ping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probes/ping/ping.go b/probes/ping/ping.go index 2aafc8db..cf137451 100644 --- a/probes/ping/ping.go +++ b/probes/ping/ping.go @@ -63,7 +63,7 @@ const ( dataIntegrityKey = "data-integrity" icmpHeaderSize = 8 minPacketSize = icmpHeaderSize + timeBytesSize // 16 - maxPacketSize = 5000 // MTU + maxPacketSize = 9001 // MTU ) type result struct {