Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dassociation_internal.rs357 for p in self.bundle_data_chunks_into_packets(chunks) { in gather_outbound_data_and_reconfig_packets()
1917 fn bundle_data_chunks_into_packets(&self, chunks: Vec<ChunkPayloadData>) -> Vec<Packet> { in bundle_data_chunks_into_packets() method
2044 self.bundle_data_chunks_into_packets(chunks) in get_data_packets_to_retransmit()