Module quic

Source
Expand description

Definitions related to Cartallum CBE over QUIC.

Constantsยง

QUIC_CONNECTION_HANDSHAKE_TIMEOUT_MS
QUIC_KEEP_ALIVE_MS
QUIC_MAX_STAKED_CONCURRENT_STREAMS
QUIC_MAX_STAKED_RECEIVE_WINDOW_RATIO
The receive window for QUIC connection from maximum staked nodes is set to this ratio times cbe_sdk::packet::PACKET_DATA_SIZE
QUIC_MAX_TIMEOUT_MS
QUIC_MAX_UNSTAKED_CONCURRENT_STREAMS
QUIC_MIN_STAKED_CONCURRENT_STREAMS
QUIC_MIN_STAKED_RECEIVE_WINDOW_RATIO
The receive window for QUIC connection from minimum staked nodes is set to this ratio times cbe_sdk::packet::PACKET_DATA_SIZE
QUIC_PORT_OFFSET
QUIC_TOTAL_STAKED_CONCURRENT_STREAMS
QUIC_UNSTAKED_RECEIVE_WINDOW_RATIO
The receive window for QUIC connection from unstaked nodes is set to this ratio times cbe_sdk::packet::PACKET_DATA_SIZE