Loading...
Searching...
No Matches
Data Fields
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:
Collaboration graph
[legend]

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.
 

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.

◆ offset

uint64_t imquic_roq_stream::offset

Offset in the QUIC STREAM where to write the next packet.

◆ 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: