总结之linux下网络编程

1.有一篇好的文章,对Linux下socket编程的原理和要点说的很清楚:

http://blog.csdn.net/chencheng126/article/details/44260799


2.一些windows网络编程的要点吧。包括大头序,小头序,网络字节序。一些常用的函数等。。

http://blog.csdn.net/chencheng126/article/details/43984947


3.《linux网络编程》宋斌写的,这本书不错。写的清楚,容易懂。是一个比较好的参考资料。粗看了看,有不少收益。


4.Linux网络编程的一些面试题

http://blog.csdn.net/chencheng126/article/details/44407981


扫描二维码关注公众号,回复: 1681480 查看本文章

5.epoll和select

对于io复用中epoll和select方式介绍的很清楚

http://blog.csdn.net/chencheng126/article/details/44410203


6.Epoll模型和例子

http://blog.csdn.net/chencheng126/article/details/45397229

http://blog.csdn.net/chencheng126/article/details/45479241


原文地址 http://blog.csdn.net/chencheng126/article/details/44260859

猜你喜欢

转载自blog.csdn.net/weicaijiang/article/details/78818719