/workspaces/astro/sol3-sdk/msg/sol3/net/msg/tcp_server_config.fbs File Reference
|
Space-ng SDK
|
tcp_server_config.fbs File Reference
Variables | |
| include sol3 net msg tcp_socket_config | fbs |
| table | TcpServerConfig |
| TCP server 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... | |
| accept_backlog | __pad4__ |
| Maximum number of pending connections in the accept backlog. More... | |
| automatic_read | __pad5__ |
| file_identifier | TSRC |
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__
| accept_backlog __pad4__ |
Maximum number of pending connections in the accept backlog.
◆ __pad5__
| automatic_read __pad5__ |
Immediately begin reading the next frame after a frame is received If false, client code must manually requestRead() to read the next frame
◆ fbs
| include sol3 net msg tcp_socket_config fbs |
◆ TcpServerConfig
| root_type TcpServerConfig |
Initial value:
{
host: string
TCP server configuration.
◆ TSRC
| file_identifier TSRC |
Generated by