Home
last modified time | relevance | path

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

/webrtc/util/src/conn/
H A Dconn_bridge_test.rs54 br.drop_offset(0, 0, 1).await; in test_bridge_drop_1st_packet_from_conn0()
81 br.drop_offset(0, 1, 1).await; in test_bridge_drop_2nd_packet_from_conn0()
108 br.drop_offset(1, 0, 1).await; in test_bridge_drop_1st_packet_from_conn1()
135 br.drop_offset(1, 1, 1).await; in test_bridge_drop_2nd_packet_from_conn1()
H A Dconn_bridge.rs162 pub async fn drop_offset(&self, id: usize, offset: usize, n: usize) { in drop_offset() method
/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs222 br.drop_offset(0, 0, 1).await; // drop the first packet on the wire in pr_ordered_unordered_test()
/webrtc/sctp/src/association/
H A Dassociation_test.rs664 br.drop_offset(0, 0, 1).await; // drop the first packet (second one should be sacked) in test_assoc_reliable_retransmission()
1087 …br.drop_offset(0, 0, 2).await; // drop the second fragment of the first chunk (second chunk should… in test_assoc_unreliable_rexmit_unordered_fragment()