1#ifndef QUIC_H3_CONTROL_H
2#define QUIC_H3_CONTROL_H
16 QUIC_H3_ERR_STREAM_CREATION,
17 QUIC_H3_ERR_CLOSED_CRITICAL,
18 QUIC_H3_ERR_MISSING_SETTINGS,
19 QUIC_H3_ERR_FRAME_UNEXPECTED,
RFC 9114 6.2.1/7.2.4/5.2: this connection's control-stream state — whether it is open,...
Definition control.h:26
u8 goaway_seen
a GOAWAY has been received
Definition control.h:29
quic_h3_error error
latched; nonzero means the connection failed
Definition control.h:31
u8 control_open
a control stream is open
Definition control.h:27
u8 settings_seen
SETTINGS was the first control frame.
Definition control.h:28
u64 goaway_limit
highest request id still accepted is below this
Definition control.h:30
x86_64 Linux direct syscalls.
unsigned char u8
unsigned 8-bit integer / byte
Definition syscall.h:17
unsigned long u64
unsigned 64-bit integer
Definition syscall.h:12