readme

来自「linux网络编程实例程序 socket程序 适合初学者。」· 代码 · 共 20 行

TXT
20
字号
	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 includefile <sys/types.h>. In the interests of compatibility with the publishedsources, a portability fix for that has not been included. If you have problemsbecause of "u_short" being undefined, try adding the following line either inthe 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?