mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
[BUGFIX] allow multiple parallel connections by default
Use the original method of tracking connections by CIDs by default. If zero-sized CID support is turned on, connections are tracked by the address. A new connection is not created if another connection is using the same network address.
This commit is contained in:
parent
96f77e2060
commit
cd7bc3834d
6 changed files with 55 additions and 12 deletions
|
@ -1,3 +1,12 @@
|
|||
2018-06-13
|
||||
|
||||
- [BUGFIX] allow multiple parallel connections by default
|
||||
|
||||
Use the original method of tracking connections by CIDs by default.
|
||||
If zero-sized CID support is turned on, connections are tracked by
|
||||
the address. A new connection is not created if another connection
|
||||
is using the same network address
|
||||
|
||||
2018-05-30
|
||||
|
||||
- [FEATURE, API CHANGE] Support zero-sized CIDs in received packets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue