![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
TCP connection. More...
#include <uv.h>#include "roc_address/socket_addr.h"#include "roc_core/atomic.h"#include "roc_core/mutex.h"#include "roc_core/rate_limiter.h"#include "roc_core/seqlock.h"#include "roc_core/shared_ptr.h"#include "roc_netio/basic_port.h"#include "roc_netio/iclose_handler.h"#include "roc_netio/iconn.h"#include "roc_netio/iconn_handler.h"#include "roc_netio/iterminate_handler.h"#include "roc_netio/socket_ops.h"

Go to the source code of this file.
Classes | |
| struct | roc::netio::TcpConnectionConfig |
| TCP connection parameters. More... | |
| struct | roc::netio::TcpClientConfig |
| TCP connection parameters. More... | |
| class | roc::netio::TcpConnectionPort |
| TCP connection port. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::netio |
| Network I/O. | |
Enumerations | |
| enum | roc::netio::TcpConnectionType { roc::netio::TcpConn_Client , roc::netio::TcpConn_Server } |
| TCP connection type. More... | |
TCP connection.
Definition in file tcp_connection_port.h.