summaryrefslogtreecommitdiff
path: root/peer.go
diff options
context:
space:
mode:
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index 3a4f5f2..8acdfbc 100644
--- a/peer.go
+++ b/peer.go
@@ -13,13 +13,14 @@ const (
)
type Peer struct {
- persistentKeepaliveInterval uint64
isRunning AtomicBool
mutex sync.RWMutex
keyPairs KeyPairs
handshake Handshake
device *Device
endpoint Endpoint
+ persistentKeepaliveInterval uint16
+ _ uint32 // padding for alignment
stats struct {
txBytes uint64 // bytes send to peer (endpoint)