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

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

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

Go to the source code of this file.

Typedefs

using sockpp::tcp6_connector = connector_tmpl< tcp6_socket >
 IPv6 active, connector (client) socket. More...
 

Detailed Description

Class for creating client-side TCP connections.

Author
Frank Pagliughi
SoRo Systems, Inc.
www.sorosys.com
Date
May 2019

Typedef Documentation

◆ tcp6_connector

using sockpp::tcp6_connector = typedef connector_tmpl<tcp6_socket>

IPv6 active, connector (client) socket.