p2p: bump devp2p protcol version to 3
For compatibility with cpp-ethereum
This commit is contained in:
parent
fd3e1061e0
commit
32a9c0ca80
@ -16,7 +16,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
baseProtocolVersion = 2
|
baseProtocolVersion = 3
|
||||||
baseProtocolLength = uint64(16)
|
baseProtocolLength = uint64(16)
|
||||||
baseProtocolMaxMsgSize = 10 * 1024 * 1024
|
baseProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user