Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 540 Bytes

The TCP, UDP server model

This is refactor version of Sockets Tutorial.

The original code can be found on page http://www.linuxhowtos.org/C_C++/socket.htm?userrate=1.

References

  • Warren W. Gay, Linux Socket Programming by Example, (2000)

  • S. Walton, Linux Socket Programming, (2001)

  • M. J. Donahoo, TCP/IP Sockets in C, Practical Guide for Programmers, (2001)

  • W.R. Stevens, B. Fenner, A.M. Rudoff, UNIX Network Programming, Volume 1, (2003)

  • See also W. Richard Stevens' Home Page http://www.kohala.com/start/