mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Latest changes:
- [API] Expose useful lsquic_ver2str[] in lsquic.h - [BUGFIX] Do not produce packet sequence gaps due to STREAM frame elision
This commit is contained in:
parent
42e2bac71d
commit
04468d215d
6 changed files with 170 additions and 39 deletions
|
@ -890,6 +890,9 @@ enum LSQUIC_CONN_STATUS
|
|||
enum LSQUIC_CONN_STATUS
|
||||
lsquic_conn_status (lsquic_conn_t *, char *errbuf, size_t bufsz);
|
||||
|
||||
extern const char *const
|
||||
lsquic_ver2str[N_LSQVER];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue