Fixed crash

This commit is contained in:
obscuren
2014-05-20 19:19:53 +02:00
parent 4b13f93a3e
commit ad51c85e5d
2 changed files with 5 additions and 2 deletions

View File

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