Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

UNIX Domain Sockets

UNIX domain sockets can be used for local connection on *nix systems that implement them. They operate For that use the classes:

unix_address
unix_connector
unix_acceptor
unix_socket
unix_stream_socket
unix_dgram_socket

Examples are in the examples/unix directory.