Home
last modified time | relevance | path

Searched defs:inflight_queue_length (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/association/
H A Dmod.rs203 inflight_queue_length: Arc<AtomicUsize>, field
309 let inflight_queue_length = Arc::clone(&ai.inflight_queue_length); in new() localVariable
H A Dassociation_internal.rs16 pub(crate) inflight_queue_length: Arc<AtomicUsize>, field
114 let inflight_queue_length = Arc::new(AtomicUsize::new(0)); in new() localVariable