Searched refs:drop_offset (Results 1 – 4 of 4) sorted by relevance
| /webrtc/util/src/conn/ |
| H A D | conn_bridge_test.rs | 54 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 D | conn_bridge.rs | 162 pub async fn drop_offset(&self, id: usize, offset: usize, n: usize) { in drop_offset() method
|
| /webrtc/data/src/data_channel/ |
| H A D | data_channel_test.rs | 222 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 D | association_test.rs | 664 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()
|