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

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

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

Go to the source code of this file.

Typedefs

using sockpp::unix_datagram_socket = datagram_socket_tmpl< unix_address >
 Unix-domain datagram socket.
 
using sockpp::unix_dgram_socket = unix_datagram_socket
 Unix-domain datagram socket (same as unix_datagram_socket)
 

Detailed Description

Class (typedef) for Unix-domain UDP socket.

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