diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-22 00:15:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-22 00:15:09 +0800 |
commit | a289a77d5de2a2cfa6b38f294b4ab953ebc1bfb8 (patch) | |
tree | 987e3213ab37f1c07d0d917a92fe6654ba271a5d /peer.go | |
parent | 3def9258be3c212bf405502f84654f45b0306543 (diff) | |
download | dexon-a289a77d5de2a2cfa6b38f294b4ab953ebc1bfb8.tar.gz dexon-a289a77d5de2a2cfa6b38f294b4ab953ebc1bfb8.tar.zst dexon-a289a77d5de2a2cfa6b38f294b4ab953ebc1bfb8.zip |
DUP n SWAP n
Diffstat (limited to 'peer.go')
-rw-r--r-- | peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |