mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
ran cargo fmt
This commit is contained in:
parent
0274a9a552
commit
b9f58a0eb1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const GCM_CIPHER_POOL_SIZE: usize = 4;
|
||||||
pub struct Context<'a, Application: ApplicationLayer> {
|
pub struct Context<'a, Application: ApplicationLayer> {
|
||||||
default_physical_mtu: AtomicUsize,
|
default_physical_mtu: AtomicUsize,
|
||||||
dos_salt: RandomState,
|
dos_salt: RandomState,
|
||||||
init_has_pending: AtomicBool, // Allowed to be falsely positive
|
init_has_pending: AtomicBool, // Allowed to be falsely positive
|
||||||
incoming_has_pending: AtomicBool, // Allowed to be falsely positive
|
incoming_has_pending: AtomicBool, // Allowed to be falsely positive
|
||||||
init_defrag: Mutex<[(i64, u64, Fragged<Application::IncomingPacketBuffer, MAX_NOISE_HANDSHAKE_FRAGMENTS>); MAX_INCOMPLETE_SESSION_QUEUE_SIZE]>,
|
init_defrag: Mutex<[(i64, u64, Fragged<Application::IncomingPacketBuffer, MAX_NOISE_HANDSHAKE_FRAGMENTS>); MAX_INCOMPLETE_SESSION_QUEUE_SIZE]>,
|
||||||
incoming_sessions: RwLock<[(i64, u64, Option<Arc<IncomingIncompleteSession<Application>>>); MAX_INCOMPLETE_SESSION_QUEUE_SIZE]>,
|
incoming_sessions: RwLock<[(i64, u64, Option<Arc<IncomingIncompleteSession<Application>>>); MAX_INCOMPLETE_SESSION_QUEUE_SIZE]>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue