/workspaces/astro/sol3-sdk/msg/sol3/net/msg/tcp_socket_config.fbs File Reference

Space-ng SDK: /workspaces/astro/sol3-sdk/msg/sol3/net/msg/tcp_socket_config.fbs File Reference
Space-ng SDK
tcp_socket_config.fbs File Reference

Variables

table TcpSocketConfig
 TCP socket configuration. More...
 
reuse_address __pad0__
 Sets SO_REUSEADDR. More...
 
so_rcvbuf __pad1__
 Sets SO_RCVBUF if > 0, otherwise default. More...
 
so_sndbuf __pad2__
 Sets SO_SNDBUF if > 0, otherwise default. More...
 
sample_kernel_queue_period_ms __pad3__
 Sets period at which to sample the size of the socket's queues for telemetry. More...
 

Variable Documentation

◆ __pad0__

reuse_address __pad0__

Sets SO_REUSEADDR.

◆ __pad1__

so_rcvbuf __pad1__

Sets SO_RCVBUF if > 0, otherwise default.

◆ __pad2__

so_sndbuf __pad2__

Sets SO_SNDBUF if > 0, otherwise default.

◆ __pad3__

sample_kernel_queue_period_ms __pad3__

Sets period at which to sample the size of the socket's queues for telemetry.

◆ TcpSocketConfig

table TcpSocketConfig
Initial value:
{
tcp_no_delay: bool = true

TCP socket configuration.