MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::TCPBackendInfo Struct Reference

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 }
 

Detailed Description

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.


The documentation for this struct was generated from the following file: