2013年10月5日

Linux网络通信编程(套接字模型TCP\UDP与IO多路复用模型select\poll\epoll)

摘要: Linux下测试代码: http://www.linuxhowtos.org/C_C++/socket.htm TCP模型 1 //TCPClient.c 2 #include<string.h> 3 #include<netinet/in.h> 4 #include<sys/types.h> 5 阅读全文

posted @ 2013-10-05 19:34 鹰之翔 阅读(1176) 评论(0) 推荐(1) 编辑

导航