Skip to content

romz-pl/client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/