Skip to content

Commit

Permalink
oops; CWND never increases (regress of dc9905b)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Mar 7, 2024
1 parent fd91dbc commit 2444845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cc-pico.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ static void pico_on_acked(quicly_cc_t *cc, const quicly_loss_t *loss, uint32_t b
if (!cc_limited)
return;

cc->state.pico.stash += bytes;

/* Calculate the amount of bytes required to be acked for incrementing CWND by one MTU. */
uint32_t bytes_per_mtu_increase;
if (cc->cwnd < cc->ssthresh) {
Expand Down

0 comments on commit 2444845

Please sign in to comment.