Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这是学习 TCP/IP 的书籍,无论您使用哪种语言:
W. Richard Stevens,《TCP/IP 插图,第 1 卷:协议》
以下是 C 网络程序员的圣经,强烈推荐:
W. Richard Stevens,Unix 网络编程,第 1 卷:套接字网络 API
没有在线资源,Beej 的网络编程指南位居榜首。
This is the book to learn TCP/IP, doesn't matter what language you will be using:
W. Richard Stevens, TCP/IP Illustrated, Volume 1: The Protocols
The following is the C network programmer's bible, highly recommended:
W. Richard Stevens, Unix Network Programming, Volume 1: The Sockets Networking API
Out of online resources, Beej's Guide to Network Programming tops the list.
我还推荐 IBM 的 TCP/IP 教程和技术概述(免费电子书) 。它不会告诉您很多有关套接字的信息,但它是对 TCP/IP 堆栈的精彩介绍。
I would also recommend TCP/IP Tutorial and Technical Overview from IBM (free ebook). It won't tell you a lot about sockets, but it's a great introduction to TCP/IP stack.