scclib
Stable Cloud Computing C++ Library
Files | Classes
Unix domain tcp and udp networking

Local networking using socket files. More...

Collaboration diagram for Unix domain tcp and udp networking:

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...
 

Detailed Description

Local networking using socket files.