Struct BoardConfig::Network
Defined in File BoardConfig.hpp
Nested Relationships
This struct is a nested type of Struct BoardConfig.
Struct Documentation
-
struct Network
Network configuration.
Public Members
-
uint16_t 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
-
bool xlinkTcpNoDelay = true
Sets the
TCP_NODELAYoption for XLink TCP sockets (disable Nagle’s algorithm), reducing latency at the expense of a small hit for max throughput. Default istrue
-
uint16_t mtu = 0