Skip to content

tenlee2012/TCPIPVolumev3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	This is the source distribution for "Internetworking with TCP/IP,
volume III," by Douglas E. Comer and David L. Stevens (Prentice Hall 2000).
This code is for the Linux/POSIX sockets version.
	Note that some versions of UNIX do not define "u_short" in the include
file <sys/types.h>. In the interests of compatibility with the published
sources, a portability fix for that has not been included. If you have problems
because of "u_short" being undefined, try adding the following line either in
the affected files, or one of the include files they include:

	typedef	unsigned short	u_short;

	Bug reports may be directed via e-mail to "dlstevens@us.ibm.com" or
"comer@cs.purdue.edu".
	Thank you for your interest in the book! 

						+-DLS

						David L Stevens, 7/1/00

About

用TPCIP进行国际互连第三卷代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published