network: bump bzz stream hive (#1522)
This commit is contained in:
committed by
GitHub
parent
13774a8aee
commit
fb75cdce03
@ -43,7 +43,7 @@ var DefaultTestNetworkID = rand.Uint64()
|
||||
// BzzSpec is the spec of the generic swarm handshake
|
||||
var BzzSpec = &protocols.Spec{
|
||||
Name: "bzz",
|
||||
Version: 10,
|
||||
Version: 11,
|
||||
MaxMsgSize: 10 * 1024 * 1024,
|
||||
Messages: []interface{}{
|
||||
HandshakeMsg{},
|
||||
@ -53,7 +53,7 @@ var BzzSpec = &protocols.Spec{
|
||||
// DiscoverySpec is the spec for the bzz discovery subprotocols
|
||||
var DiscoverySpec = &protocols.Spec{
|
||||
Name: "hive",
|
||||
Version: 9,
|
||||
Version: 10,
|
||||
MaxMsgSize: 10 * 1024 * 1024,
|
||||
Messages: []interface{}{
|
||||
peersMsg{},
|
||||
|
Reference in New Issue
Block a user