|
wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
|
One buffered pre-establishment stream: just its id, since the stream's own reassembly state lives in the transport layer (e.g. More...
#include <session.h>
Data Fields | |
| int | in_use |
| 1 if this slot holds a buffered stream, 0 if free | |
| u64 | stream_id |
| the buffered stream's id | |
One buffered pre-establishment stream: just its id, since the stream's own reassembly state lives in the transport layer (e.g.
srvloop's stream table) – this only records "this session claims this stream id".