Expand description
ZMTP configuration and buffer sizing
This module provides configuration for buffer sizes used across ZMTP sockets. Tuning these values can significantly impact performance based on workload.
Structs§
- Buffer
Config - Socket buffer configuration
Constants§
- DEFAULT_
READ_ BUF_ SIZE - Default read buffer size (8KB)
- DEFAULT_
WRITE_ BUF_ SIZE - Default write buffer size (8KB)
- LARGE_
READ_ BUF_ SIZE - Large read buffer size (16KB)
- LARGE_
WRITE_ BUF_ SIZE - Large write buffer size (16KB)
- SMALL_
READ_ BUF_ SIZE - Small read buffer size (4KB)
- SMALL_
WRITE_ BUF_ SIZE - Small write buffer size (4KB)
- STAGING_
BUF_ INITIAL_ CAP - Initial staging buffer capacity for decoder reassembly (256 bytes)