Home
last modified time | relevance | path

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

/webrtc/sctp/src/queue/
H A Dqueue_test.rs198 const FRAG_MIDDLE: usize = 2; constant
373 pq.push(make_data_chunk(1, false, FRAG_MIDDLE)).await; in test_pending_queue_fragments()
376 pq.push(make_data_chunk(4, true, FRAG_MIDDLE)).await; in test_pending_queue_fragments()
410 pq.push(make_data_chunk(2, false, FRAG_MIDDLE)).await; in test_pending_queue_selection_persistence()