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

Class (typedef) for Unix-domain streaming socket. More...

#include "sockpp/stream_socket.h"
#include "sockpp/unix_address.h"

Go to the source code of this file.

Typedefs

using sockpp::unix_stream_socket = stream_socket_tmpl< unix_address >
 Streaming Unix-domain socket.
 
using sockpp::unix_socket = unix_stream_socket
 Streaming Unix-domain socket (same as a unix_stream_socket
 

Detailed Description

Class (typedef) for Unix-domain streaming socket.

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