1 parent eacecae commit 2da0f7dCopy full SHA for 2da0f7d
1 file changed
client/doublezerod/internal/latency/singlesocket.go
@@ -14,9 +14,9 @@ import (
14
const (
15
icmpProtoNum = 1 // IANA protocol number for ICMPv4
16
pingCount = 3
17
- pingTimeout = 10 * time.Second
18
- pingInterval = time.Second
19
- pingPayload = 56 // bytes, same as UdpPing
+ pingTimeout = 10 * time.Second
+ pingInterval = time.Second
+ pingPayload = 56 // bytes, same as UdpPing
20
)
21
22
// SingleSocketPing probes all targets using a single shared ICMP raw socket.
0 commit comments