Expand description
Definitions related to Solana over QUIC.
Constants§
- QUIC_
CONNECTION_ HANDSHAKE_ TIMEOUT - QUIC_
KEEP_ ALIVE - To avoid idle timeout, the QUIC endpoint sends a ping every QUIC_KEEP_ALIVE. This shouldn’t be too low to avoid unnecessary ping traffic.
- 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
solana_packet::PACKET_DATA_SIZE
- QUIC_
MAX_ TIMEOUT - QUIC connection idle timeout. The connection will be closed if there are no activities on it within the timeout window.
- 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
solana_packet::PACKET_DATA_SIZE
- QUIC_
PORT_ OFFSET - QUIC_
SEND_ FAIRNESS - 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
solana_packet::PACKET_DATA_SIZE