aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-01 21:28:12 +0800
committerobscuren <geffobscura@gmail.com>2014-07-01 21:28:12 +0800
commitd0959063d5f67dccc214f43344d88dce25ca167f (patch)
treea3709778ca4e29864a62de6a50f7f2311c4d1ee7 /peer.go
parent114e715e3c9a547da28b385b85fa69514ae40636 (diff)
downloadgo-tangerine-d0959063d5f67dccc214f43344d88dce25ca167f.tar
go-tangerine-d0959063d5f67dccc214f43344d88dce25ca167f.tar.gz
go-tangerine-d0959063d5f67dccc214f43344d88dce25ca167f.tar.bz2
go-tangerine-d0959063d5f67dccc214f43344d88dce25ca167f.tar.lz
go-tangerine-d0959063d5f67dccc214f43344d88dce25ca167f.tar.xz
go-tangerine-d0959063d5f67dccc214f43344d88dce25ca167f.tar.zst
go-tangerine-d0959063d5f67dccc214f43344d88dce25ca167f.zip
Up
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index e50fd43f9..884e296f6 100644
--- a/peer.go
+++ b/peer.go
@@ -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
)