|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
TCP connection parameters. More...
#include <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 | |
| SocketOptions | socket_options |
| Socket options. | |
TCP connection parameters.
Definition at line 39 of file tcp_connection_port.h.
| address::SocketAddr roc::netio::TcpClientConfig::local_address |
Local peer address to which we're bound.
Definition at line 41 of file tcp_connection_port.h.
| address::SocketAddr roc::netio::TcpClientConfig::remote_address |
Remote peer address to which we're connected.
Definition at line 44 of file tcp_connection_port.h.