scclib
Stable Cloud Computing C++ Library
Classes | Functions

Unix domain tcp and udp networking. More...

#include <string>
#include <cstdint>
#include <net/socket.h>
Include dependency graph for unix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  scc::net::UnixAddr
 A unix domain address, which is a file of type "socket.". More...
 
class  scc::net::UnixTcpSock
 Unix domain tcp (stream) socket. More...
 
class  scc::net::UnixUdpSock
 Unix domain udp (datagram) socket. More...
 

Functions

std::ostream & operator<< (std::ostream &, const scc::net::UnixAddr &)
 

Detailed Description

Unix domain tcp and udp networking.

Definition in file unix.h.