mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 4.0.5
This commit is contained in:
parent
515f453556
commit
9c877a4177
7 changed files with 52 additions and 11 deletions
|
@ -27,7 +27,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 4
|
||||
#define LSQUIC_MINOR_VERSION 0
|
||||
#define LSQUIC_PATCH_VERSION 4
|
||||
#define LSQUIC_PATCH_VERSION 5
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
@ -318,7 +318,7 @@ typedef struct ssl_ctx_st * (*lsquic_lookup_cert_f)(
|
|||
#define LSQUIC_DF_STTL 86400
|
||||
#define LSQUIC_DF_MAX_INCHOATE (1 * 1000 * 1000)
|
||||
|
||||
#define LSQUIC_DF_SUPPORT_SREJ_SERVER 0
|
||||
#define LSQUIC_DF_SUPPORT_SREJ_SERVER 1
|
||||
#define LSQUIC_DF_SUPPORT_SREJ_CLIENT 0
|
||||
|
||||
/** Do not use NSTP by default */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue