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

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

Variables

include sol3 net msg tcp_socket_config fbs
 
table TcpClientConfig
 TCP client configuration. More...
 
port __pad0__
 
socket __pad1__
 Socket Options. More...
 
read_buffer_bytes __pad2__
 Size of per-connection read buffer. More...
 
write_buffer_reserve_bytes __pad3__
 Initial reserved size of write buffers. More...
 
retry_duration_ms __pad4__
 Interval between reconnect attempts if the connection fails. More...
 
file_identifier TCLC
 

Variable Documentation

◆ __pad0__

port __pad0__

◆ __pad1__

socket __pad1__

Socket Options.

◆ __pad2__

read_buffer_bytes __pad2__

Size of per-connection read buffer.

◆ __pad3__

write_buffer_reserve_bytes __pad3__

Initial reserved size of write buffers.

◆ __pad4__

retry_duration_ms __pad4__

Interval between reconnect attempts if the connection fails.

◆ fbs

include sol3 net msg tcp_socket_config fbs

◆ TCLC

file_identifier TCLC

◆ TcpClientConfig

root_type TcpClientConfig
Initial value:
{
host: string

TCP client configuration.