Description: It is a c/s network programming framework, 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
To Search:
File list (Check if you may need any files):
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