aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream/stream.go
diff options
context:
space:
mode:
authorJanos Guljas <janos@resenje.org>2018-09-27 15:43:00 +0800
committerJanos Guljas <janos@resenje.org>2018-09-27 15:43:00 +0800
commita5e6bf7eefbe6f56cf688b3542fe373c4670cb65 (patch)
tree8b712ef8fb72b354346c7b1092261c469ebd7d8a /swarm/network/stream/stream.go
parent0d5e1e7bc9ad4044a679ab5429d118b2a0e8afe7 (diff)
parente39a9b3480af0ac8044294f46e0e9e4c3948d23c (diff)
downloadgo-tangerine-a5e6bf7eefbe6f56cf688b3542fe373c4670cb65.tar
go-tangerine-a5e6bf7eefbe6f56cf688b3542fe373c4670cb65.tar.gz
go-tangerine-a5e6bf7eefbe6f56cf688b3542fe373c4670cb65.tar.bz2
go-tangerine-a5e6bf7eefbe6f56cf688b3542fe373c4670cb65.tar.lz
go-tangerine-a5e6bf7eefbe6f56cf688b3542fe373c4670cb65.tar.xz
go-tangerine-a5e6bf7eefbe6f56cf688b3542fe373c4670cb65.tar.zst
go-tangerine-a5e6bf7eefbe6f56cf688b3542fe373c4670cb65.zip
Merge branch 'master' into max-stream-peer-servers
Diffstat (limited to 'swarm/network/stream/stream.go')
-rw-r--r--swarm/network/stream/stream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/stream/stream.go b/swarm/network/stream/stream.go
index 3b1b11d36..1eda06c6a 100644
--- a/swarm/network/stream/stream.go
+++ b/swarm/network/stream/stream.go
@@ -642,7 +642,7 @@ func (c *clientParams) clientCreated() {
// Spec is the spec of the streamer protocol
var Spec = &protocols.Spec{
Name: "stream",
- Version: 6,
+ Version: 7,
MaxMsgSize: 10 * 1024 * 1024,
Messages: []interface{}{
UnsubscribeMsg{},