原作名:Unix Network Programming 译者:杨继张 出版年:2006-1 页数:848 定价:98.00元 装帧:平装 ISBN:9787302119746 豆瓣评分 9.5 1079人评价 5星 77.8% 4星 18.6% 3星 3.0% 2星 0.1% 1星 0.5% 评价: 写笔记 写书评 加入购书单 分享到 推荐
原作名:Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) 出版年:2009 页数:991 定价:129.00元 装帧:平装 丛书:图灵原版计算机科学系列 ISBN:9787115215093 豆瓣评分 9.8 83人评价 5星 78.3% 4星 19.3% 3星 2.4% 2星
Also provided are six functions (tcp_connect, udp_client, etc.) that call getaddrinfo, which can simplify writing protocol-independent network programs to run under IPv4 and IPv6. Index (HTML). A friend told me whenever she picks up a book at a bookstore she always goes to the index...
History * Layering * OSI Model * Processes * A Simplified Model * Client-Server Model * Plan of the Book * A History of Unix Networking Chapter 2. The Unix Model Introduction * Basic Definitions * Input and Output * Signals * Process Control * Daemon Processes * Summary Chapter 3. Interpr...
Unix Network Programming, Volume 1: The Sockets Networking API, 3rd Edition Learn More Buy This chapter is from the book Unix Network Programming, Volume 1: The Sockets Networking API, 3rd Edition Learn More Buy 3.9 readn, writen, and readline Functions Stream sockets (e.g., TCP sock...
Reviews the book "Unix Network Programming," vol.1, "The Sockets Networking API 3/E," by W. Richard Stevens, Bill Fenner and Andrew M. Rudoff.JuszkiewiczKrzysztofIEEE Communications MagazineStevens W R,Fenner B,Rudoff A M. UNIX Network Programming,Volume 1 :The Sockets Networking API,Third ...
The 3rd edition of this book is the latest one, but even if you get the older versions, they are worth reading.显然,如果您想了解真正的网络编程,这是一本必读的书。这本书的第三版是最新的,但即使你得到的是旧版本,它们也值得一读。 8. UNIX Network Programming, Volume 2: Interprocess ...
Chapter 23. Advanced SCTP Sockets Introduction In this chapter, we will dig a bit deeper into SCTP, examining more of the features and socket options that SCTP provides to its … - Selection from The Sockets Networking API: UNIX® Network Programming
《UNIX网络编程 卷1》的源码可以从www.unpbook.com下载得到。解压之后的目录为unpv13e。 详细步骤 编译 进入unpv13e目录,按如下步骤编译: 1./configure23cd lib4make//可能遇到问题:redefinition of ‘struct in_pktinfo’56cd ../libfree7make89cd ../libroute10make//这一步可能会出错,可忽略,只是表示你...
Chapter 9. Elementary SCTP Sockets Introduction SCTP is a newer transport protocol, standardized in the IETF in 2000 (compared with TCP, which was standardized in 1981). It was first designed … - Selection from The Sockets Networking API: UNIX® Netw