Skip to content

Commit

Permalink
core/ping: incr payload to 64b
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Nov 24, 2024
1 parent 8df613a commit 5bd62ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intra/core/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
var errNotICMPEchoReply = errors.New("icmp: expecting echo reply")

const (
payloadSize = 32 // bytes
payloadSize = 48 // bytes
padlen = 16 // bytes
ttl = 64
timeout = 3 * time.Second
Expand Down

0 comments on commit 5bd62ab

Please sign in to comment.