diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-21 04:45:10 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-21 04:45:10 +0800 |
commit | e8b45852952138ac24dada1a70480d31d0886c27 (patch) | |
tree | d5c41b4dc55fd6c9036b5356046488d6d4c8d7ef | |
parent | 6ba534af927a17a970978cb5f538f4933aca792b (diff) | |
parent | 6ef2832083ad9d1e3cb1895f1aa836517dbf042d (diff) | |
download | go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.gz go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.bz2 go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.lz go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.xz go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.zst go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.zip |
Merge branch 'master' into develop
-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 |