Upped prot

This commit is contained in:
obscuren 2014-05-20 22:45:01 +02:00
parent 47fd4833ee
commit 6ef2832083

View File

@ -18,7 +18,7 @@ const (
// The size of the output buffer for writing messages // The size of the output buffer for writing messages
outputBufferSize = 50 outputBufferSize = 50
// Current protocol version // Current protocol version
ProtocolVersion = 11 ProtocolVersion = 12
) )
type DiscReason byte type DiscReason byte