aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/protocol_test.go
diff options
context:
space:
mode:
authorBalint Gabor <balint.g@gmail.com>2018-09-18 16:17:13 +0800
committerGitHub <noreply@github.com>2018-09-18 16:17:13 +0800
commitbd58098f2d88aabe5c555f5aa3d54d4786b7895b (patch)
tree216afd38bb440ee4a88c1db3f22f8fe745a354c8 /swarm/network/protocol_test.go
parent5d1d1a808d92440a7c0efad77fa5527e4255e596 (diff)
downloadgo-tangerine-bd58098f2d88aabe5c555f5aa3d54d4786b7895b.tar.gz
go-tangerine-bd58098f2d88aabe5c555f5aa3d54d4786b7895b.tar.zst
go-tangerine-bd58098f2d88aabe5c555f5aa3d54d4786b7895b.zip
swarm: Chunk refactor improvements (#17683)
* swarm/network: Protocol bump (for chunk refactor) * swarm/network: Increase discovery and stream protocol version too * swarm/network: Increase priority queue cap
Diffstat (limited to 'swarm/network/protocol_test.go')
-rw-r--r--swarm/network/protocol_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/protocol_test.go b/swarm/network/protocol_test.go
index c052c536a..0fc858371 100644
--- a/swarm/network/protocol_test.go
+++ b/swarm/network/protocol_test.go
@@ -31,7 +31,7 @@ import (
)
const (
- TestProtocolVersion = 6
+ TestProtocolVersion = 7
TestProtocolNetworkID = 3
)