mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Version Q041 goes from experimental to deprecated
This commit is contained in:
parent
be4cfad023
commit
518e00b2b2
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@ enum lsquic_version
|
|||
(1 << LSQVER_038) | (1 << LSQVER_039) | (1 << LSQVER_041) | \
|
||||
(1 << LSQVER_042))
|
||||
|
||||
#define LSQUIC_EXPERIMENTAL_VERSIONS ((1 << LSQVER_041))
|
||||
#define LSQUIC_EXPERIMENTAL_VERSIONS 0
|
||||
|
||||
#define LSQUIC_DEPRECATED_VERSIONS ((1 << LSQVER_037) | (1 << LSQVER_038) | \
|
||||
(1 << LSQVER_042))
|
||||
(1 << LSQVER_041) | (1 << LSQVER_042))
|
||||
|
||||
/**
|
||||
* @struct lsquic_stream_if
|
||||
|
|
Loading…
Reference in a new issue