Home
last modified time | relevance | path

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

/webrtc/util/
H A DCHANGELOG.md9 - `drop_next_nwrites`;
/webrtc/util/src/conn/
H A Dconn_bridge.rs169 pub fn drop_next_nwrites(&self, id: usize, n: usize) { in drop_next_nwrites() method
H A Dconn_bridge_test.rs218 br.drop_next_nwrites(id, 3); in test_bridge_drop_next_n_packets()
/webrtc/sctp/src/association/
H A Dassociation_test.rs804 br.drop_next_nwrites(0, 1); // drop the first packet (second one should be sacked) in test_assoc_unreliable_rexmit_ordered_no_fragment()
894 br.drop_next_nwrites(0, 1); // drop the first packet (second one should be sacked) in test_assoc_unreliable_rexmit_ordered_fragment()
979 br.drop_next_nwrites(0, 1); // drop the first packet (second one should be sacked) in test_assoc_unreliable_rexmit_unordered_no_fragment()
1162 br.drop_next_nwrites(0, 1); // drop the first packet (second one should be sacked) in test_assoc_unreliable_rexmit_timed_ordered()
1247 br.drop_next_nwrites(0, 1); // drop the first packet (second one should be sacked) in test_assoc_unreliable_rexmit_timed_unordered()
1345 br.drop_next_nwrites(0, 1); // drop the first packet (second one should be sacked) in test_assoc_congestion_control_fast_retransmission()