Loading...
Searching...
No Matches
Data Fields
imquic_roq_endpoint Struct Reference

RoQ endpoint instance. More...

#include <roq.h>

Collaboration diagram for imquic_roq_endpoint:
Collaboration graph
[legend]

Data Fields

imquic_connectionconn
 Associated QUIC connection.
 
GHashTable * stream_flows_in
 Stream flows, indexed by stream ID.
 
GHashTable * stream_flows_out
 
GHashTable * packets
 Current packet buffer, indexed by stream ID.
 
imquic_mutex mutex
 Mutex.
 

Detailed Description

RoQ endpoint instance.

Field Documentation

◆ conn

imquic_connection* imquic_roq_endpoint::conn

Associated QUIC connection.

◆ mutex

imquic_mutex imquic_roq_endpoint::mutex

Mutex.

◆ packets

GHashTable* imquic_roq_endpoint::packets

Current packet buffer, indexed by stream ID.

◆ stream_flows_in

GHashTable* imquic_roq_endpoint::stream_flows_in

Stream flows, indexed by stream ID.

◆ stream_flows_out

GHashTable * imquic_roq_endpoint::stream_flows_out

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