UNIX Network Programming: Difference between revisions

Content deleted Content added
Certificate issues at unpbook.com--cert is for unixnetworkprogramming.com
content gone--domain expired, perhaps
 
Line 39:
| notes =
| exclude_cover =
| website = {{url|https://unixnetworkprogramming.com/}}
}}
'''Unix Network Programming''' is a book written by [[W. Richard Stevens]].<ref>{{cite book | title=UNIX Network Programming, 1st Ed | publisher=Prentice Hall | author=Stevens, W. Richard | year=1990 | isbn=978-0139498763 | oclc=20631405 }}</ref> It was published in 1990 by [[Prentice Hall]] and covers many topics regarding [[UNIX]] networking and [[Computer network programming]]. 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 15,000 lines of [[C (programming language)|C code]]. The book's summary describes it as "for programmers seeking an in depth tutorial on [[Unix domain socket|sockets]], [[OSI model#Layer 4: Transport layer|transport level]] interface (TLI), [[Inter-process communication|interprocess communications]] (IPC) facilities under [[System V]] and [[BSD]] UNIX."<ref>{{cite web