Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Akash Mondal
2025-09-02 16:16:21 +00:00
31 changed files with 1678 additions and 436 deletions

View File

@ -51,6 +51,8 @@ class QUICTransportConfig:
"""Configuration for QUIC transport."""
# Connection settings
max_connections_per_peer: int = 3
load_balancing_strategy: str = "round_robin"
idle_timeout: float = 30.0 # Seconds before an idle connection is closed.
max_datagram_size: int = (
1200 # Maximum size of UDP datagrams to avoid IP fragmentation.