RoQ endpoint instance. More...
#include <roq.h>
Data Fields | |
imquic_connection * | conn |
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. | |
RoQ endpoint instance.
imquic_connection* imquic_roq_endpoint::conn |
Associated QUIC connection.
imquic_mutex imquic_roq_endpoint::mutex |
Mutex.
GHashTable* imquic_roq_endpoint::packets |
Current packet buffer, indexed by stream ID.
GHashTable* imquic_roq_endpoint::stream_flows_in |
Stream flows, indexed by stream ID.
GHashTable * imquic_roq_endpoint::stream_flows_out |