搜索资源列表
variousSockIOMmodels
- Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
connector
- 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP / IP socket connections / read / write operation. Select the method used to set the socket overtime. This example in the Windows / Unix systems running
06
- 利用套接字的Select模型开发一个远程文件下载程序。很好很强大,很值得学习。-Select model development using the socket to a remote file download. Very very strong, very worthwhile.
SyncSocket
- windows系统下的一个基于WS2_32.lib的socket网络框架,与CAsyncSOcket类不一样的地方是它可以跨线程使用,采用select模型实现socket通讯,具有常见的事件方法,比如OnClose,OnAccept,OnReceive,OnSend等事件通知,还有常用的send等发送数据接口,简单易用。欢迎大家使用,也欢迎改进改软件框架。-1.base on S2_32.lib 2.select model 3.event model. 4.easy to use
Socket
- 基本的Socket编程,进行了简单封装,使用select模型,适合中型用户的连接-Basic Socket Programming, simple package, use the select model, suitable for medium-sized users to connect
Selectio
- 简单的select socket服务器,c语言实现-Simple the select socket server, c language
tcp
- TCP socket for server, select process mutil thread process and synchronization