scclib
Stable Cloud Computing C++ Library
|
Unix domain tcp and udp networking. More...
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 &) |
Unix domain tcp and udp networking.
Definition in file unix.h.