Updated protocol version

This commit is contained in:
obscuren 2015-01-02 17:35:00 +01:00
parent 24f89f8bd9
commit 530953050a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
) )
const ( const (
ProtocolVersion = 49 ProtocolVersion = 51
NetworkId = 0 NetworkId = 0
ProtocolLength = uint64(8) ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024 ProtocolMaxMsgSize = 10 * 1024 * 1024