socket I O模型 model 之 Select 模型例子

时间:2018-03-17 07:35:38
【文件属性】:
文件名称:socket I O模型 model 之 Select 模型例子
文件大小:15KB
文件格式:ZIP
更新时间:2018-03-17 07:35:38
select模型 IO socket模式 阻塞blocking 非阻塞 http://blog.csdn.net/infoworld/article/details/43935853 项目代码
【文件预览】:
test_socket_select
----test_socket_select()
--------stdafx.cpp(223B)
--------test_socket_select.vcxproj(4KB)
--------socket_select_server.cpp(3KB)
--------stdafx.h(233B)
--------targetver.h(236B)
--------test_socket_select.vcxproj.user(143B)
--------test_socket_select.vcxproj.filters(1KB)
--------ReadMe.txt(2KB)
----socket_select_client()
--------stdafx.cpp(225B)
--------stdafx.h(233B)
--------socket_select_client.vcxproj.filters(1KB)
--------targetver.h(236B)
--------socket_select_client.vcxproj.user(143B)
--------socket_select_client.cpp(2KB)
--------socket_select_client.vcxproj(4KB)
--------ReadMe.txt(2KB)
----test_socket_select.suo(13KB)
----test_socket_select.sln(1KB)

网友评论

  • 谢谢分享,参考一下