文件名称:chatroom_multiT_multiP_select
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-01-14
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- yuwe*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
linux下的简单聊天程序,不仅实现了基本的tcp、udpn,还实现了多进程、多线程、基于select的异步io聊天程序,对于初学者,很有帮助-linux under a simple chat program, not only to achieve the basic tcp, udpn, but also to achieve a multi-process, multi-threaded, asynchronous io select based chat program, for beginners, helpful
(系统自动生成,下载前可以参看下载内容)
下载文件列表
chat_client_select.c
chat_server_select.c
tcpclient.c
tcpclient_multiP.c
tcpclient_multithread.c
tcpserver.c
tcpserver_multiP.c
tcpserver_multithread.c
udpclient.c
udpserver.c