diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-21 04:45:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-21 04:45:01 +0800 |
commit | 6ef2832083ad9d1e3cb1895f1aa836517dbf042d (patch) | |
tree | d5c41b4dc55fd6c9036b5356046488d6d4c8d7ef | |
parent | 47fd4833eea70709e11df19b72ed59149dc95417 (diff) | |
download | go-tangerine-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar.gz go-tangerine-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar.zst go-tangerine-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.zip |
Upped prot
-rw-r--r-- | peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ const ( // The size of the output buffer for writing messages outputBufferSize = 50 // Current protocol version - ProtocolVersion = 11 + ProtocolVersion = 12 ) type DiscReason byte |