Introduction - If you have any usage issues, please Google them yourself
The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications.
Main features:
1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer).
2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler.
3, provides a C++ package, just reload the server class, client class methods send and receive can be realized.
4, provides a C package, simply call the method to achieve transmit
Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined.
Compiler support for VC2005 ~ VC 2010