|
wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
|
RFC 9114 6.2.1/7.2.4/5.2: this connection's control-stream state — whether it is open, whether SETTINGS was its first frame, the latest GOAWAY id, and any latched connection error. More...
#include <control.h>
Data Fields | |
| u8 | control_open |
| a control stream is open | |
| u8 | settings_seen |
| SETTINGS was the first control frame. | |
| u8 | goaway_seen |
| a GOAWAY has been received | |
| u64 | goaway_limit |
| highest request id still accepted is below this | |
| quic_h3_error | error |
| latched; nonzero means the connection failed | |
RFC 9114 6.2.1/7.2.4/5.2: this connection's control-stream state — whether it is open, whether SETTINGS was its first frame, the latest GOAWAY id, and any latched connection error.