|
@@ -44,7 +44,7 @@ const (
|
|
|
// BzzSpec is the spec of the generic swarm handshake
|
|
// BzzSpec is the spec of the generic swarm handshake
|
|
|
var BzzSpec = &protocols.Spec{
|
|
var BzzSpec = &protocols.Spec{
|
|
|
Name: "bzz",
|
|
Name: "bzz",
|
|
|
- Version: 5,
|
|
|
|
|
|
|
+ Version: 6,
|
|
|
MaxMsgSize: 10 * 1024 * 1024,
|
|
MaxMsgSize: 10 * 1024 * 1024,
|
|
|
Messages: []interface{}{
|
|
Messages: []interface{}{
|
|
|
HandshakeMsg{},
|
|
HandshakeMsg{},
|