From: Sergey Matveev Date: Sat, 28 Mar 2015 15:02:42 +0000 (+0300) Subject: Remove long human unreadable constant value X-Git-Tag: 2.3^2~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eb413990da5e28320104002826300aece426748d;p=govpn.git Remove long human unreadable constant value Signed-off-by: Sergey Matveev --- diff --git a/transport.go b/transport.go index 31bfe7f..a1ca506 100644 --- a/transport.go +++ b/transport.go @@ -37,7 +37,7 @@ const ( S20BS = 64 HeartbeatSize = 12 // Maximal amount of bytes transfered with single key (4 GiB) - MaxBytesPerKey = 4294967296 + MaxBytesPerKey = 1 << 32 ) type UDPPkt struct {