Loading...
Searching...
No Matches
imquic_roq_stream Struct Reference

RoQ stream (when using the same stream for multiple packets) More...

#include <roq.h>

Collaboration diagram for imquic_roq_stream:

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.

Detailed Description

RoQ stream (when using the same stream for multiple packets)

Field Documentation

◆ destroyed

volatile gint imquic_roq_stream::destroyed

Whether this instance has been destroyed (reference counting)

◆ flow_id

uint64_t imquic_roq_stream::flow_id

RoQ Flow ID.

◆ new_stream

gboolean imquic_roq_stream::new_stream

Whether this is a new stream.

◆ ref

imquic_refcount imquic_roq_stream::ref

Reference counter.

◆ stream_id

uint64_t imquic_roq_stream::stream_id

QUIC Stream ID.


The documentation for this struct was generated from the following file: