Turtle icon indicating copy to clipboard operation
Turtle copied to clipboard

A C++17-based lightweight high-performance network library

Results 4 Turtle issues
Sort by recently updated
recently updated
newest added

Thanks to Cppers on reddit [here](https://www.reddit.com/r/cpp/comments/10vrv4i/seeking_improve_advice_on_my_c_network_library/). Currently the `Looper` use `std::map` to keep track of which connection's lifecycle is under its monitoring. ```CPP /** * This Looper acts as the...

experimental

The following is the cope snippet for the `Connection::Send()` which outwrites all the data stored in the `Buffer`, it will stay in this function loop until all data has been...

enhancement