修改过一些带有编译错误问题的unp.h源码,可在CentOS的服务器上编译,不需要再修改。编译过程如下: tar -zxvf unpv13e.tar.gz rm -y unpv13e.tar.gz cd unpv13e cd lib make cd ../libfree make cd .. cp libunp.a /usr/lib cp lib/unp.h /usr/include cp config.h /usr/include 具体可参见: http://blog.csdn.net/a7
the source code of the book "UNIX Network Programming"
UNIX Network Programming, Volume 1
This book is for people who want to write programs that communicate with each other using an application program interface (API) known as sockets. Some re