Home
last modified time | relevance | path

Searched refs:ACCEPT_CH_SIZE (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs324 let (accept_ch_tx, _accept_ch_rx) = mpsc::channel(ACCEPT_CH_SIZE); in test_assoc_create_new_stream()
330 for i in 0..ACCEPT_CH_SIZE { in test_assoc_create_new_stream()
340 let new_si = ACCEPT_CH_SIZE as u16; in test_assoc_create_new_stream()
/webrtc/sctp/src/association/
H A Dmod.rs63 pub(crate) const ACCEPT_CH_SIZE: usize = 16; constant
289 let (accept_ch_tx, accept_ch_rx) = mpsc::channel(ACCEPT_CH_SIZE); in new()