LifebloodNetworks.com Projects

network_buffer


network_buffer is a C++ solution to a "problem" TCP presents. When trying to send data over TCP some of it (or all of it) may not send. One then needs to detect which data sent and only attempt to re-send the data which did not send. This process may have to be repeated over and over again until all data is sent. This can lead to a lot of redundant and messy code.

network_buffer provides a buffer that will automatically do this work for you. network_buffer provides functions to read, write and byte-swap:


Current Limitations


Possible to-do's for Future Versions


Download

HawkNL required. Tested with v1.70b1.

I recommend 7-Zip.


Projects Using network_buffer