|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Configuration for the TCP transport backend. More...
#include <GlobalNetworkConfig.hpp>
Collaboration diagram for MayaFlux::Core::TCPBackendInfo:Public Attributes | |
| bool | auto_reconnect { true } |
| uint32_t | connect_timeout_ms { 5000 } |
| bool | enabled { false } |
| uint16_t | listen_port { 0 } |
| size_t | receive_buffer_size { 1048576 } |
| uint32_t | reconnect_interval_ms { 2000 } |
Configuration for the TCP transport backend.
TCP handles reliable, ordered byte streams. Bulk audio/video/tensor data, model weight transfer, and any payload where completeness matters more than latency.
Definition at line 100 of file GlobalNetworkConfig.hpp.