文件名称:st_asio_wrapper
介绍说明--下载内容均来自于网络,请自行研究使用
它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来;
自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样);
只支持tcp和udp协议;-It is a c/s network programming fr a mework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited
Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp)
Only supports tcp and udp protocol
自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样);
只支持tcp和udp协议;-It is a c/s network programming fr a mework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited
Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp)
Only supports tcp and udp protocol
(系统自动生成,下载前可以参看下载内容)
下载文件列表
st_asio_wrapper
...............\asio_client
...............\...........\asio_client.cpp
...............\asio_server
...............\...........\asio_server.cpp
...............\file_client
...............\...........\file_client.cpp
...............\...........\file_client.h
...............\file_server
...............\...........\file_server.cpp
...............\...........\file_server.h
...............\include
...............\.......\st_asio_wrapper_base.h
...............\.......\st_asio_wrapper_client.h
...............\.......\st_asio_wrapper_connector.h
...............\.......\st_asio_wrapper_packer.h
...............\.......\st_asio_wrapper_server.h
...............\.......\st_asio_wrapper_socket.h
...............\.......\st_asio_wrapper_test_client.h
...............\.......\st_asio_wrapper_timer.h
...............\.......\st_asio_wrapper_unpacker.h
...............\performance_test
...............\................\asio_client
...............\................\...........\asio_client.cpp
...............\................\test_client
...............\................\...........\test_client.cpp
...............\................\性能测试说明.txt