Searched refs:ACCEPT_CH_SIZE (Results 1 – 2 of 2) sorted by relevance
324 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()
63 pub(crate) const ACCEPT_CH_SIZE: usize = 16; constant289 let (accept_ch_tx, accept_ch_rx) = mpsc::channel(ACCEPT_CH_SIZE); in new()