Jump to content

UNIX Network Programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sbbbrown (talk | contribs) at 05:41, 13 November 2014 (Created page with 'Unix Network Programming is a book written by Richard Stevens. It was published in 1990 by Prentice Hall and covers many topics regarding UNIX networking. The bo...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Unix Network Programming is a book written by Richard Stevens. It was published in 1990 by Prentice Hall and covers many topics regarding UNIX networking. The book focuses on the design and development of network software under UNIX. The book provides descriptions of how and why a given solution works and includes 15000 lines of C code. The books summery describes it for "programmers seeking an in depth tutorial on sockets, transport level interface (TLI), interprocess communications (IPC) facilities under System V and BSD UNIX." [1]