Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dassociation_internal.rs1919 let mut chunks_to_send = vec![]; in bundle_data_chunks_into_packets() localVariable
1929 packets.push(self.create_packet(chunks_to_send)); in bundle_data_chunks_into_packets()
1930 chunks_to_send = vec![]; in bundle_data_chunks_into_packets()
1935 chunks_to_send.push(Box::new(c)); in bundle_data_chunks_into_packets()
1938 if !chunks_to_send.is_empty() { in bundle_data_chunks_into_packets()
1939 packets.push(self.create_packet(chunks_to_send)); in bundle_data_chunks_into_packets()