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

Class for creating client-side UNIX-domain socket connections. More...

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

Go to the source code of this file.

Typedefs

using sockpp::unix_connector = connector_tmpl< unix_socket, unix_address >
 Unix-domain active connector socket. More...
 

Detailed Description

Class for creating client-side UNIX-domain socket connections.

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

Typedef Documentation

◆ unix_connector

using sockpp::unix_connector = typedef connector_tmpl<unix_socket, unix_address>

Unix-domain active connector socket.