mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.5.0
- [API] lsquic_engine_connect() can now be passed QUIC version to use. - [OPTIMIZATION] Queue opportunistic ACKs if there is data to be sent. - [BUGFIX] Don't evict streams from priority iterator if there is only one queue. - [OPTIMIZATION, BUGFIX] Several other optimizations and bug fixes. - Use ls-qpack v0.10.7.
This commit is contained in:
parent
34e9ac5f5d
commit
a0e1aeeee0
34 changed files with 327 additions and 108 deletions
|
@ -1,3 +1,12 @@
|
|||
2019-10-31
|
||||
- 2.5.0
|
||||
- [API] lsquic_engine_connect() can now be passed QUIC version to use.
|
||||
- [OPTIMIZATION] Queue opportunistic ACKs if there is data to be sent.
|
||||
- [BUGFIX] Don't evict streams from priority iterator if there is
|
||||
only one queue.
|
||||
- [OPTIMIZATION, BUGFIX] Several other optimizations and bug fixes.
|
||||
- Use ls-qpack v0.10.7.
|
||||
|
||||
2019-10-24
|
||||
- 2.4.10
|
||||
- [BUGFIX] IETF QUIC server: fix uninitialized variable use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue