mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 1.19.6
- [BUGFIX] Ensure that Largest Observed does not decrease in ACKs we send. ACK frames placed in packets in buffered queues (optimization introduced in 1.17.15) can be preceded by an ACK frame generated later. In this case, the older ACK frame should not be sent out, as Chromium- based servers flags decrease in the ACK frame's Largest Observed value as an error.
This commit is contained in:
parent
03d03a4212
commit
428530e38e
5 changed files with 33 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
2019-03-19
|
||||
- 1.19.6
|
||||
- [BUGFIX] Ensure that Largest Observed does not decrease in ACKs we
|
||||
send. ACK frames placed in packets in buffered queues (optimization
|
||||
introduced in 1.17.15) can be preceded by an ACK frame generated later.
|
||||
In this case, the older ACK frame should not be sent out, as Chromium-
|
||||
based servers flags decrease in the ACK frame's Largest Observed value
|
||||
as an error.
|
||||
|
||||
2019-03-05
|
||||
- 1.19.5
|
||||
- [BUGFIX] Use correct public key from PUBS based on KEXS index.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue