scclib
Stable Cloud Computing C++ Library
Functions

Unix domain tcp and udp networking implementation More...

#include <net/unix.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <cerrno>
#include <stdexcept>
#include <system_error>
#include <string>
#include <sstream>
#include <cstring>
Include dependency graph for unix.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const UnixAddr &sa)
 

Detailed Description

Unix domain tcp and udp networking implementation

Definition in file unix.cc.