diff --git a/swarm/network/streamer.go b/swarm/network/streamer.go index 9c6abc8bed..de259ba8fb 100644 --- a/swarm/network/streamer.go +++ b/swarm/network/streamer.go @@ -32,14 +32,13 @@ import ( ) const ( - HashSize = 32 - Low uint8 = iota Mid High Top PriorityQueue // number of queues PriorityQueueCap = 3 // queue capacity + HashSize = 32 ) // Handover represents a statement that the upstream peer hands over the stream section