Searched refs:sack (Results 1 – 1 of 1) sorted by relevance
479 let sack = self.create_selective_ack_chunk().await; in gather_outbound_sack_packets() localVariable480 log::debug!("[{}] sending SACK: {}", self.name, sack); in gather_outbound_sack_packets()481 let p = self.create_packet(vec![Box::new(sack)]); in gather_outbound_sack_packets()