Expand description
Default constants for ODIN Protocol
Constantsยง
- BUFFER_
SIZE - Default buffer size for network operations (64KB)
- COMPRESSION_
THRESHOLD - Default compression threshold (messages larger than this will be compressed)
- DEFAULT_
MESSAGE_ TTL - Default message TTL (time to live) in seconds
- DEFAULT_
QUEUE_ SIZE - Default maximum queue size
- DEFAULT_
RATE_ LIMIT - Default rate limit (messages per second)
- DEFAULT_
WS_ PORT - Default WebSocket port
- HEARTBEAT_
INTERVAL - Default heartbeat interval
- KEEPALIVE_
INTERVAL - Default keepalive interval
- MAX_
CONNECTIONS - Default maximum number of connections
- MAX_
MESSAGE_ SIZE - Default maximum message size (1MB)
- MAX_
RECONNECTION_ ATTEMPTS - Default maximum reconnection attempts
- MAX_
RETRIES - Default maximum retry attempts
- PROTOCOL_
VERSION - Default protocol version
- RECONNECTION_
DELAY - Default reconnection delay
- TIMEOUT
- Default connection timeout