Release 2.30.1

This commit is contained in:
George Wang 2021-04-16 14:54:30 -04:00
parent 927d9cb20d
commit 55d69529bd
10 changed files with 64 additions and 22 deletions

View file

@ -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