path:
root/
unixdomain/
README (
plain)
blob: 03c0c8167dd751996ee177ff46ab6ad8260b6e94
1
2
3
4
5
6
|
Files
-------------------------------------------------------------------------------
Unix_domain_sockets.txt -- my own notes about UNIX domain sockets
cli.c -- example of UNIX domain socket client
srv.c -- example of UNIX domain client server.
This is an iterative (one client at a time) server.
|