diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-07 22:06:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-07 22:06:09 +0800 |
commit | 6cb35836a20e54765a06f64d9df667e6742d3cfa (patch) | |
tree | d47143cdcfb27fc41b77f22ea284a81bd912f8b8 | |
parent | e4e704f48074161a175cc125c5fabdf94c095ca8 (diff) | |
download | dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.gz dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.bz2 dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.lz dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.xz dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.zst dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.zip |
Upped protocol version number
-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 = 22 + ProtocolVersion = 23 // Interval for ping/pong message pingPongTimer = 2 * time.Second ) |