mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 3.0.3
This commit is contained in:
parent
f5bc76471f
commit
082507cd10
10 changed files with 61 additions and 13 deletions
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 3
|
||||
#define LSQUIC_MINOR_VERSION 0
|
||||
#define LSQUIC_PATCH_VERSION 2
|
||||
#define LSQUIC_PATCH_VERSION 3
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
@ -1689,6 +1689,12 @@ lsquic_stream_id (const lsquic_stream_t *s);
|
|||
lsquic_stream_ctx_t *
|
||||
lsquic_stream_get_ctx (const lsquic_stream_t *s);
|
||||
|
||||
/**
|
||||
* Set user-supplied context associated with the stream.
|
||||
*/
|
||||
void
|
||||
lsquic_stream_set_ctx (lsquic_stream_t *stream, lsquic_stream_ctx_t *ctx);
|
||||
|
||||
/** Returns true if this is a pushed stream */
|
||||
int
|
||||
lsquic_stream_is_pushed (const lsquic_stream_t *s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue