mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.30.1
This commit is contained in:
parent
927d9cb20d
commit
55d69529bd
10 changed files with 64 additions and 22 deletions
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 2
|
||||
#define LSQUIC_MINOR_VERSION 30
|
||||
#define LSQUIC_PATCH_VERSION 0
|
||||
#define LSQUIC_PATCH_VERSION 1
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
@ -2088,6 +2088,7 @@ enum LSQUIC_CONN_STATUS
|
|||
LSCONN_ST_ERROR,
|
||||
LSCONN_ST_CLOSED,
|
||||
LSCONN_ST_PEER_GOING_AWAY,
|
||||
LSCONN_ST_VERNEG_FAILURE,
|
||||
};
|
||||
|
||||
enum LSQUIC_CONN_STATUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue