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:
Dmitri Tikhonov 2018-05-18 15:29:07 -04:00
parent 42e2bac71d
commit 04468d215d
6 changed files with 170 additions and 39 deletions

View file

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