📄 readme
字号:
This is the source code for the skeletons, library routines, and exampleprograms from _Effective TCP/IP Programming_. I have compiled and testedthis on FreeBSD, Solaris, Linux, and Windows 98. If you compile it fora different system and have to make any non-trivial changes, I wouldlike to know so that I can include them with the distribution.In order to compile the code, first change into the subdirectory thatmost closely describes your system (bsd, solaris, linux, win), and runmake. For UNIX systems, this can be either the system make or gmake.For windows, use nmake. This will perform whatever initializations areappropriate for your system. Next, change back up to the parent (source)directory and run make again. That will build build the libraries andtest programs.Most systems will generate a few trivial warnings for the compilationsof the example programs. You can ignore these. The library code compileswithout diagnostics on all the systems that I have tested.The TCP/IP stack that comes with Win98 does *not* run icmp correctly.Jon Snader
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -