RoQ stream (when using the same stream for multiple packets) More...
#include <roq.h>
Data Fields | |
uint64_t | stream_id |
QUIC Stream ID. | |
uint64_t | flow_id |
RoQ Flow ID. | |
uint64_t | offset |
Offset in the QUIC STREAM where to write the next packet. | |
volatile gint | destroyed |
Whether this instance has been destroyed (reference counting) | |
imquic_refcount | ref |
Reference counter. | |
RoQ stream (when using the same stream for multiple packets)
volatile gint imquic_roq_stream::destroyed |
Whether this instance has been destroyed (reference counting)
uint64_t imquic_roq_stream::flow_id |
RoQ Flow ID.
uint64_t imquic_roq_stream::offset |
Offset in the QUIC STREAM where to write the next packet.
imquic_refcount imquic_roq_stream::ref |
Reference counter.
uint64_t imquic_roq_stream::stream_id |
QUIC Stream ID.