Home
last modified time | relevance | path

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

/webrtc/sctp/src/queue/
H A Dpayload_queue.rs102 pub(crate) fn get_gap_ack_blocks(&self, cumulative_tsn: u32) -> Vec<GapAckBlock> { in get_gap_ack_blocks() method
136 for b in self.get_gap_ack_blocks(cumulative_tsn) { in get_gap_ack_blocks_string()
H A Dqueue_test.rs83 let gab2 = pq.get_gap_ack_blocks(0); in test_payload_queue_get_gap_ack_block()
97 let gab2 = pq.get_gap_ack_blocks(0); in test_payload_queue_get_gap_ack_block()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs2065 gap_ack_blocks: self.payload_queue.get_gap_ack_blocks(self.peer_last_tsn), in create_selective_ack_chunk()