This is THE guide to UNIX network programming APIs. Whether you write Web servers, client/server applications, or any other network software, you need to understand networking APIS-especially sockets in greater detail than ever before. You need UNIX Network Programming, Volume 1, Third Edition. In this book, the Authors offer unprecedented, start-to-finish guidance on making th...
This is THE guide to UNIX network programming APIs. Whether you write Web servers, client/server applications, or any other network software, you need to understand networking APIS-especially sockets in greater detail than ever before. You need UNIX Network Programming, Volume 1, Third Edition. In this book, the Authors offer unprecedented, start-to-finish guidance on making the most of sockets, the de facto standard for UNIX network programming with APIs - as well as extensive coverage of the X/Open Transport Interface (XTI).
There are two reasons for the TIME_WAIT state:
1. To implement TCP's full-duplex connection termination reliably.
2. To allow old duplicate segments to expire in the network. (查看原文)
Addison-Wesley Professional Computing Series(共46册),
这套丛书还有
《C++ Strategies and Tactics (Addison-Wesley Professional Computing Series)》《Firewalls and Internet Security》《Design Patterns》《UNIX(R) Systems for Modern Architectures》《Mathematical Foundations of Computer Networking》
等
。
原文: Before delving into the design details of a protocol, high-level decisions must be made about which program is expected to initiate communication and when responses are expected. 本书翻译: 在深入设计一个协议的细节之前,应该决断通信由哪个程序发起以及...
(展开)
第一章里的: 原文:Before delving into the design details of a protocol, high-level decisions must be made about which program is expected to initiate communication and when responses are expected. 本书翻译:在深入设计一个协议的细节之前,应该决断通信有哪...
(展开)
0 有用 M. Tong 2019-04-02 23:03:49
细读了几章,补充最薄弱的计算机网络方面知识。
0 有用 Kiss Ghosts 2013-04-27 14:27:15
很多章节囫囵吞枣的过了一遍,还是觉得内容真心多啊
1 有用 豆友1094556 2017-05-27 12:12:27
居然还涵盖thread specific和BPF。真是包罗万象的神书啊。
0 有用 LightenPan 2011-12-02 15:47:16
读完《TCP.IP.Illustrated.Volume.1.The.Protocols》后再读这本,畅快淋漓。
0 有用 所罗门 2013-03-23 07:59:03
第一遍, 后半部分跳着看, 主要TCP. UDP和raw回头再看.