diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-01 21:28:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-01 21:28:12 +0800 |
commit | d0959063d5f67dccc214f43344d88dce25ca167f (patch) | |
tree | a3709778ca4e29864a62de6a50f7f2311c4d1ee7 /peer.go | |
parent | 114e715e3c9a547da28b385b85fa69514ae40636 (diff) | |
download | dexon-d0959063d5f67dccc214f43344d88dce25ca167f.tar.gz dexon-d0959063d5f67dccc214f43344d88dce25ca167f.tar.zst dexon-d0959063d5f67dccc214f43344d88dce25ca167f.zip |
Up
Diffstat (limited to 'peer.go')
-rw-r--r-- | peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |