Public Attributes | List of all members
dai::BoardConfig::Network Struct Reference

Network configuration. More...

#include <BoardConfig.hpp>

Public Attributes

uint16_t mtu = 0
 
bool xlinkTcpNoDelay = true
 

Detailed Description

Network configuration.

Definition at line 35 of file BoardConfig.hpp.

Member Data Documentation

◆ mtu

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.

◆ xlinkTcpNoDelay

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.


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


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:20