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. | |
| gboolean | new_stream |
| Whether this is a new stream. | |
| 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.
| gboolean imquic_roq_stream::new_stream |
Whether this is a new stream.
| imquic_refcount imquic_roq_stream::ref |
Reference counter.
| uint64_t imquic_roq_stream::stream_id |
QUIC Stream ID.