Skip to content

Commit b34a8ef

Browse files
committed
p2p, p2p/discover: protocol version 4
1 parent fc747ef commit b34a8ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

p2p/discover/udp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/ethereum/go-ethereum/rlp"
1616
)
1717

18-
const Version = 3
18+
const Version = 4
1919

2020
// Errors
2121
var (

p2p/peer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
baseProtocolVersion = 3
18+
baseProtocolVersion = 4
1919
baseProtocolLength = uint64(16)
2020
baseProtocolMaxMsgSize = 10 * 1024 * 1024
2121

0 commit comments

Comments
 (0)