Next: An Example Using Local
Up: Sockets
Previous: Servers
- Sockets connecting processes on the same computer can use the local namespace
represented by the synonyms PF_LOCAL and PF_UNIX.
- These are called local sockets or UNIX-domain sockets. Their socket addresses, specified by filenames, are used only when creating connections.
- The only permissible protocol for the local namespace is 0.
Cem Ozdogan
2007-04-16