We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540a0e6 commit 3e6e7e3Copy full SHA for 3e6e7e3
p2p/discover/v4wire/v4wire.go
@@ -37,7 +37,7 @@ import (
37
38
// RPC packet types
39
const (
40
- PingPacket = iota + 1 // zero is 'reserved'
+ PingPacket = iota + 100 // zero is 'reserved'
41
PongPacket
42
FindnodePacket
43
NeighborsPacket
0 commit comments