h2o/quicly

Congestion window validation

janaiyengar opened this issue · 0 comments

A quicly sender should check to see if the congestion window is being used, for some definition of "being used", before increasing it. It currently always increases on receiving new acks, even if the entire window is not being used.