![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
TCP connection parameters. More...
#include <roc_netio/target_libuv/roc_netio/tcp_connection_port.h>

Public Attributes | |
| address::SocketAddr | local_address |
| Local peer address to which we're bound. | |
| address::SocketAddr | remote_address |
| Remote peer address to which we're connected. | |
Public Attributes inherited from roc::netio::TcpConnectionConfig | |
| SocketOpts | socket_options |
| Socket options. | |
TCP connection parameters.
Definition at line 40 of file tcp_connection_port.h.
| address::SocketAddr roc::netio::TcpClientConfig::local_address |
Local peer address to which we're bound.
Definition at line 42 of file tcp_connection_port.h.
| address::SocketAddr roc::netio::TcpClientConfig::remote_address |
Remote peer address to which we're connected.
Definition at line 45 of file tcp_connection_port.h.