mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Latest changes
- Fix unit test regression: enable them correctly in cmake. - Simplify connection has interface
This commit is contained in:
parent
bfc7bfd842
commit
7fbe101b9c
7 changed files with 27 additions and 36 deletions
|
@ -75,7 +75,7 @@ enum lsquic_version
|
|||
};
|
||||
|
||||
/**
|
||||
* We currently support versions 35, 37, 38, 39, and 40.
|
||||
* We currently support versions 35, 37, 38, 39, and 41.
|
||||
* @see lsquic_version
|
||||
*/
|
||||
#define LSQUIC_SUPPORTED_VERSIONS ((1 << LSQVER_035) | (1 << LSQVER_037) | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue