p2p: bump devp2p protcol version to 3

For compatibility with cpp-ethereum
This commit is contained in:
Felix Lange 2015-02-13 15:08:40 +01:00
parent fd3e1061e0
commit 32a9c0ca80

View File

@ -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