UNIX Sockets References

As a source of examples of UNIX network code, we've put An Introductory 4.4BSD Interprocess Communication Tutorial on line. This document is really sections 1, 2, 5, 7, and 9 of a larger postscript document, the rest of which you may also find interesting.

If you need more help, you may find these books helpful:

If you cannot find these, look for a book which discusses the UNIX system calls socket, bind, sendto, recvfrom, and select.