Browse Source

Increase buffer size to 8K

tags/0.2
Graham Barr 10 years ago
parent
commit
49ea8c0ec1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client/common.go

+ 1
- 1
client/common.go View File

@@ -5,7 +5,7 @@ const (
// queue size
queueSize = 8
// read buffer size
bufferSize = 1024
bufferSize = 8192
// min packet length
minPacketLength = 12



Loading…
Cancel
Save