scclib
Stable Cloud Computing C++ Library
|
Local networking using socket files. More...
Files | |
file | unix.h |
Unix domain tcp and udp networking. | |
file | unix.cc |
Unix domain tcp and udp networking implementation | |
file | unix.cc |
Tests for Unix domain tcp and udp networking. | |
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... | |
Local networking using socket files.