toolbox-cpp
toolbox-cpp copied to clipboard
The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
The Config reader currently supports numeric enum values only. Add support for parsing symbolic enum values.
Implement support for dns request / response with the goal of allowing a asyncronous host -> ip resolution mechanism.
Avoids a possible buffer overrun should the upper limit be incorrect. Will now instead just cut off the log message.