We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd43f commit b06e0b0Copy full SHA for b06e0b0
1 file changed
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