p2p, p2p/discover: protocol version 4
This commit is contained in:
parent
fc747ef4a6
commit
b34a8ef624
@ -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 New Issue
Block a user