Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Update cloudprober ping MTU to 9001 to allow jumbo packets. (#650)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 388596070
  • Loading branch information
manugarg authored Aug 7, 2021
1 parent 73f46a6 commit 30fb6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probes/ping/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const (
dataIntegrityKey = "data-integrity"
icmpHeaderSize = 8
minPacketSize = icmpHeaderSize + timeBytesSize // 16
maxPacketSize = 5000 // MTU
maxPacketSize = 9001 // MTU
)

type result struct {
Expand Down

0 comments on commit 30fb6ab

Please sign in to comment.