From f8f404c8717fb23fec922f35163937ab01962396 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Mon, 16 Dec 2019 16:53:23 +0100 Subject: Constant renamed to be consistent with kernel WG --- src/wireguard/router/peer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wireguard/router/peer.rs') diff --git a/src/wireguard/router/peer.rs b/src/wireguard/router/peer.rs index ebc0aac..23a3e62 100644 --- a/src/wireguard/router/peer.rs +++ b/src/wireguard/router/peer.rs @@ -39,7 +39,7 @@ pub struct PeerInner, Outbound>, pub inbound: InorderQueue, Inbound>, - pub staged_packets: Mutex; MAX_STAGED_PACKETS], Wrapping>>, + pub staged_packets: Mutex; MAX_QUEUED_PACKETS], Wrapping>>, pub keys: Mutex, pub ekey: Mutex>, pub endpoint: Mutex>, -- cgit v1.2.3-11-g984f