Skip to content

Commit a979459

Browse files
mxindenlarseggert
andauthored
chore(transport/cc): remove obsolete comment (#2343)
There is no single-packet version of `on_packets_acked`. Signed-off-by: Max Inden <[email protected]> Co-authored-by: Lars Eggert <[email protected]>
1 parent 47ba233 commit a979459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neqo-transport/src/cc/classic_cc.rs

-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ impl<T: WindowAdjustment> CongestionControl for ClassicCongestionControl<T> {
185185
&mut self.pmtud
186186
}
187187

188-
// Multi-packet version of OnPacketAckedCC
189188
fn on_packets_acked(&mut self, acked_pkts: &[SentPacket], rtt_est: &RttEstimate, now: Instant) {
190189
let mut is_app_limited = true;
191190
let mut new_acked = 0;

0 commit comments

Comments
 (0)