mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.24.3
- [BUGFIX] Get rough RTT estimate on receipt of Handshake packet. This prevents BBR on the client from miscalculating pacing rate, slowing down sending of ACK packets. - [BUGFIX] Packets sent during handshake are app-limited. - [BUGFIX] Bandwidth sampler starts in app-limited mode. - [BUGFIX] Memory leak: free QPACK handler context in stream dtor. - Logging improvements.
This commit is contained in:
parent
ee4d393028
commit
2ed07212e5
9 changed files with 90 additions and 8 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2020-11-11
|
||||
- 2.24.3
|
||||
- [BUGFIX] Get rough RTT estimate on receipt of Handshake packet.
|
||||
This prevents BBR on the client from miscalculating pacing rate,
|
||||
slowing down sending of ACK packets.
|
||||
- [BUGFIX] Packets sent during handshake are app-limited.
|
||||
- [BUGFIX] Bandwidth sampler starts in app-limited mode.
|
||||
- [BUGFIX] Memory leak: free QPACK handler context in stream dtor.
|
||||
- Logging improvements.
|
||||
|
||||
2020-11-05
|
||||
- 2.24.2
|
||||
- [BUGFIX] Allow peer to migrate when its SCID is zero-length.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue