// WireGuard semantics constants pub const MAX_STAGED_PACKETS: usize = 128; // performance constants pub const WORKER_QUEUE_SIZE: usize = MAX_STAGED_PACKETS;