p2p, p2p/discover: protocol version 4

This commit is contained in:
Felix Lange
2015-04-30 14:57:34 +02:00
parent fc747ef4a6
commit b34a8ef624
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/ethereum/go-ethereum/rlp"
)
const Version = 3
const Version = 4
// Errors
var (
+1 -1
View File
@@ -15,7 +15,7 @@ import (
)
const (
baseProtocolVersion = 3
baseProtocolVersion = 4
baseProtocolLength = uint64(16)
baseProtocolMaxMsgSize = 10 * 1024 * 1024