diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-10 01:10:11 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-10 01:10:11 +0800 |
commit | 42d2bc28affe9bbd8d57a5eb3deab804e5c4a206 (patch) | |
tree | 2a946849f113424dd33a561095e16f7444fec702 /peer.go | |
parent | 024be32f0667c17b9240dda23a90612d17278b23 (diff) | |
download | dexon-42d2bc28affe9bbd8d57a5eb3deab804e5c4a206.tar.gz dexon-42d2bc28affe9bbd8d57a5eb3deab804e5c4a206.tar.zst dexon-42d2bc28affe9bbd8d57a5eb3deab804e5c4a206.zip |
Upped protocol version
Diffstat (limited to 'peer.go')
-rw-r--r-- | peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ const ( // The size of the output buffer for writing messages outputBufferSize = 50 // Current protocol version - ProtocolVersion = 25 + ProtocolVersion = 26 // Interval for ping/pong message pingPongTimer = 2 * time.Second ) |