]> Cypherpunks.ru repositories - govpn.git/commit
Explicitly make Bytes counter 64-bits long
authorSergey Matveev <stargrave@stargrave.org>
Fri, 3 Apr 2015 07:55:49 +0000 (10:55 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 3 Apr 2015 07:55:49 +0000 (10:55 +0300)
commit29bf747a6d632bd0cb6ca73fcfdb4253ebf275ab
tree8e695009c37db73a6772a67628d9955ac8675379
parente8cf673d80f44667f8309a7d47cdaf7b9f3a106e
Explicitly make Bytes counter 64-bits long

On 32-bit systems int by default is 32-bits long and that counter can
not hold 2**32 value.

Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
transport.go