We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc747ef commit b34a8efCopy full SHA for b34a8ef
p2p/discover/udp.go
@@ -15,7 +15,7 @@ import (
15
"github.com/ethereum/go-ethereum/rlp"
16
)
17
18
-const Version = 3
+const Version = 4
19
20
// Errors
21
var (
p2p/peer.go
const (
- baseProtocolVersion = 3
+ baseProtocolVersion = 4
baseProtocolLength = uint64(16)
baseProtocolMaxMsgSize = 10 * 1024 * 1024
0 commit comments