diff options
Diffstat (limited to 'peer.go')
-rw-r--r-- | peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |