Unix Network
Programming Manual
Gary Harkin
Department of Computer Science
Montana State University
Copyright 1997
This page and related pages provide a short introduction to the process
of writing network programs under Unix, using C as the implementation
language. A more complete coverage of the topic can be found in:
- Unix Network Programming, Stevens, Prentice-Hall, 0-13-949876
- Internetworking with TCP/IP, Volume III, Comer, Prentice-Hall,
0-13-474222
- The Unix man pages are a good source of quick information on the
various calls and their parameters. Investigate the use of man -k
as a way of finding useful information.