This commit is contained in:
obscuren
2014-07-01 15:28:12 +02:00
parent 114e715e3c
commit d0959063d5
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ const (
// The size of the output buffer for writing messages
outputBufferSize = 50
// Current protocol version
ProtocolVersion = 20
ProtocolVersion = 21
// Interval for ping/pong message
pingPongTimer = 2 * time.Second
)