Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::netio::TcpClientConfig Struct Reference

TCP connection parameters. More...

#include <tcp_connection_port.h>

Inheritance diagram for roc::netio::TcpClientConfig:
Collaboration diagram for roc::netio::TcpClientConfig:

Public Attributes

address::SocketAddr local_address
 Local peer address to which we're bound. More...
 
address::SocketAddr remote_address
 Remote peer address to which we're connected. More...
 
- Public Attributes inherited from roc::netio::TcpConnectionConfig
SocketOptions socket_options
 Socket options. More...
 

Detailed Description

TCP connection parameters.

Definition at line 40 of file tcp_connection_port.h.

Member Data Documentation

◆ local_address

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.

◆ remote_address

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.


The documentation for this struct was generated from the following file: