X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fpeer.go;h=69490c94a8f84c3da34791f50cce53923c13ee1e;hb=f70b1fd1695dd840295d9261d40cf17543ccc9b7;hp=5ea245bbd44a02aa196c66801b3bd22b4c3f19f3;hpb=a2344edf917a4045b173afd3751ca631e3c045a9;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/peer.go b/src/cypherpunks.ru/govpn/peer.go index 5ea245b..69490c9 100644 --- a/src/cypherpunks.ru/govpn/peer.go +++ b/src/cypherpunks.ru/govpn/peer.go @@ -100,12 +100,12 @@ type Peer struct { BytesOut int64 BytesPayloadIn int64 BytesPayloadOut int64 - FramesIn int - FramesOut int - FramesUnauth int - FramesDup int - HeartbeatRecv int - HeartbeatSent int + FramesIn uint64 + FramesOut uint64 + FramesUnauth uint64 + FramesDup uint64 + HeartbeatRecv uint64 + HeartbeatSent uint64 // Receiver BusyR sync.Mutex `json:"-"`