aboutsummaryrefslogtreecommitdiff
path: root/peer.go
diff options
context:
space:
mode:
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index e78f6c4..4d3ac2b 100644
--- a/peer.go
+++ b/peer.go
@@ -54,7 +54,7 @@ type Peer struct {
nonce chan *QueueOutboundElement // nonce / pre-handshake queue
outbound chan *QueueOutboundElement // sequential ordering of work
inbound chan *QueueInboundElement // sequential ordering of work
- packetInNonceQueueIsAwaitingKey bool
+ packetInNonceQueueIsAwaitingKey AtomicBool
}
routines struct {