sockpp
Modern C++ socket library wrapper
Typedefs
tcp_connector.h File Reference

Class for creating client-side TCP connections. More...

#include "sockpp/connector.h"
#include "sockpp/tcp_socket.h"

Go to the source code of this file.

Typedefs

using sockpp::tcp_connector = connector_tmpl< tcp_socket >
 IPv4 active, connector (client) socket. More...
 

Detailed Description

Class for creating client-side TCP connections.

Author
Frank Pagliughi
SoRo Systems, Inc.
www.sorosys.com
Date
December 2014

Typedef Documentation

◆ tcp_connector

using sockpp::tcp_connector = typedef connector_tmpl<tcp_socket>

IPv4 active, connector (client) socket.