Home
last modified time | relevance | path

Searched defs:ChunkSelectiveAck (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/chunk/
H A Dchunk_selective_ack.rs52 pub(crate) struct ChunkSelectiveAck { struct
60 impl fmt::Display for ChunkSelectiveAck { argument
77 impl Chunk for ChunkSelectiveAck { implementation
/webrtc/sctp/src/association/
H A Dassociation_internal.rs1081 d: &ChunkSelectiveAck, in process_selective_ack()
2061 async fn create_selective_ack_chunk(&mut self) -> ChunkSelectiveAck { in create_selective_ack_chunk()