文件名称:Linux非阻塞套接字server
文件大小:60KB
文件格式:ZIP
更新时间:2016-10-06 05:35:12
socket c/c++ nonblock
linux系统下的非阻塞套接字的服务端实现,使用函数fcntl更改套接字为非阻塞,使用select函数和fd宏轮询描述符集,使用stl list管理客户端连接
【文件预览】:
nbserver
----nbserver.layout(345B)
----bin()
--------Debug()
----nbserver.depend(615B)
----nbserver.cpp(9KB)
----obj()
--------Debug()
----main.cpp(7KB)
----nbserver.h(244B)
----nbserver.cbp(1KB)