Loading...
Searching...
No Matches
imquic_connection_flow_control Struct Reference

Flow control tracking. More...

#include <connection.h>

Data Fields

uint64_t local_max_data
 Current values of local and remote max_data.
 
uint64_t remote_max_data
 
uint64_t local_max_streams_bidi
 Current values of local and remote bidirectional max_streams.
 
uint64_t remote_max_streams_bidi
 
uint64_t local_max_streams_uni
 Current values of local and remote unidirectional max_streams.
 
uint64_t remote_max_streams_uni
 
uint64_t in_size
 Size of incoming and outgoing stream data so far.
 
uint64_t out_size
 

Detailed Description

Flow control tracking.

Field Documentation

◆ in_size

uint64_t imquic_connection_flow_control::in_size

Size of incoming and outgoing stream data so far.

◆ local_max_data

uint64_t imquic_connection_flow_control::local_max_data

Current values of local and remote max_data.

◆ local_max_streams_bidi

uint64_t imquic_connection_flow_control::local_max_streams_bidi

Current values of local and remote bidirectional max_streams.

◆ local_max_streams_uni

uint64_t imquic_connection_flow_control::local_max_streams_uni

Current values of local and remote unidirectional max_streams.

◆ out_size

uint64_t imquic_connection_flow_control::out_size

◆ remote_max_data

uint64_t imquic_connection_flow_control::remote_max_data

◆ remote_max_streams_bidi

uint64_t imquic_connection_flow_control::remote_max_streams_bidi

◆ remote_max_streams_uni

uint64_t imquic_connection_flow_control::remote_max_streams_uni

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