Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dassociation_internal.rs479 let sack = self.create_selective_ack_chunk().await; in gather_outbound_sack_packets()
2061 async fn create_selective_ack_chunk(&mut self) -> ChunkSelectiveAck { in create_selective_ack_chunk() method