Skip to content

Commit

Permalink
chore(transport/cc): remove obsolete comment (#2343)
Browse files Browse the repository at this point in the history
There is no single-packet version of `on_packets_acked`.

Signed-off-by: Max Inden <[email protected]>
Co-authored-by: Lars Eggert <[email protected]>
  • Loading branch information
mxinden and larseggert authored Jan 13, 2025
1 parent 47ba233 commit a979459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neqo-transport/src/cc/classic_cc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ impl<T: WindowAdjustment> CongestionControl for ClassicCongestionControl<T> {
&mut self.pmtud
}

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

0 comments on commit a979459

Please sign in to comment.