文件名称:IO多路复用之epoll实例
文件大小:27KB
文件格式:GZ
更新时间:2022-05-13 15:11:22
IO epoll
本示例演示了使用epoll函数处理多路IO复用。本示例在ubuntu + Qt下编译通过的,仅提供学习使用。
【文件预览】:
test
----client()
--------client.pro.user(23KB)
--------main.cpp(3KB)
--------client.pro(94B)
----server()
--------server.pro.user(23KB)
--------main.cpp(5KB)
--------server.pro(94B)
----build-client-Desktop-Debug()
--------client(21KB)
--------.qmake.stash(739B)
--------Makefile(17KB)
--------main.o(18KB)
----build-server-Desktop-Debug()
--------server(21KB)
--------.qmake.stash(739B)
--------Makefile(17KB)
--------main.o(19KB)