From d483da766f812ab171ad611e4c85bf5b936b5d94 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Fri, 13 Jul 2018 17:40:55 +0200 Subject: swarm/network: bump up protocol versions due to wrapped message intro (#17170) --- swarm/network/stream/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swarm/network/stream') diff --git a/swarm/network/stream/stream.go b/swarm/network/stream/stream.go index 56f242e91..cd0580a0c 100644 --- a/swarm/network/stream/stream.go +++ b/swarm/network/stream/stream.go @@ -653,7 +653,7 @@ func (c *clientParams) clientCreated() { // Spec is the spec of the streamer protocol var Spec = &protocols.Spec{ Name: "stream", - Version: 4, + Version: 5, MaxMsgSize: 10 * 1024 * 1024, Messages: []interface{}{ UnsubscribeMsg{}, -- cgit