Network configuration. More...
#include <BoardConfig.hpp>
Public Attributes | |
uint16_t | mtu = 0 |
bool | xlinkTcpNoDelay = true |
Network configuration.
Definition at line 35 of file BoardConfig.hpp.
uint16_t dai::BoardConfig::Network::mtu = 0 |
Network MTU, 0 is auto (usually 1500 for Ethernet) or forwarded from bootloader (not yet implemented there). Note: not advised to increase past 1500 for now
Definition at line 39 of file BoardConfig.hpp.
bool dai::BoardConfig::Network::xlinkTcpNoDelay = true |
Sets the TCP_NODELAY
option for XLink TCP sockets (disable Nagle's algorithm), reducing latency at the expense of a small hit for max throughput. Default is true
Definition at line 42 of file BoardConfig.hpp.