DUP n SWAP n

This commit is contained in:
obscuren
2014-08-21 18:15:09 +02:00
parent 3def9258be
commit a289a77d5d
4 changed files with 59 additions and 9 deletions

View File

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