文件名称:linux c++ tcp,udp封装
文件大小:5KB
文件格式:GZ
更新时间:2018-12-24 08:23:04
c++ accept select recv
c++ tcp,udp监听、接收(select,类似ace的reactor)简单封装源码,及测试文件。。适用轻便,可扩展。。若没有安装qt可自己编写makefile自行编译 。。
【文件预览】:
cxx_protocol
----protocol()
--------thread_base.h(297B)
--------xj_stream_server.cpp(2KB)
--------protocol.pro(430B)
--------xj_selector.h(830B)
--------xj_stream_client.h(436B)
--------xj_protocol_head.h(559B)
--------tcp_socket.cpp(2KB)
--------xj_selector.cpp(4KB)
--------xj_acceptor.h(575B)
--------udp_socket.cpp(3KB)
--------xj_stream_server.h(533B)
--------thread_base.cpp(461B)
--------xj_acceptor.cpp(2KB)
--------tcp_socket.h(198B)
--------xj_stream_client.cpp(2KB)
--------udp_socket.h(256B)
----test()
--------test.pro(197B)
--------main.cpp(610B)
--------protocol_test.cpp(1KB)
--------protocol_test.h(344B)