What is a good book/guide for socket programming i

2019-03-11 05:31发布

Could anybody please tell me which is best guide/book/material for socket programming in C? I am reading beej's guide for network programming but it just gives an overview.
Can you suggest any other books or guides?

标签: c++ c unix sockets
2条回答
Deceive 欺骗
3楼-- · 2019-03-11 05:58

Start with UNIX Network Programming as Sinan Ünür said. Read TCP/IP Illustrated Volume 1 after you have decent grasp on sockets. Don't skip this since it will increase your knowledge of the various network protocols dramatically. FWIW, I think that these two books should form the foundation of anyone that even considers doing network programming at the socket layer.

查看更多
登录 后发表回答