mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
p2p, p2p/discover: protocol version 4
This commit is contained in:
parent
fc747ef4a6
commit
b34a8ef624
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ import (
|
|||
"github.com/ethereum/go-ethereum/rlp"
|
||||
)
|
||||
|
||||
const Version = 3
|
||||
const Version = 4
|
||||
|
||||
// Errors
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
baseProtocolVersion = 3
|
||||
baseProtocolVersion = 4
|
||||
baseProtocolLength = uint64(16)
|
||||
baseProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue