trantor
trantor copied to clipboard
a non-blocking I/O tcp network lib based on c++14/17
Hi, the URL https://trantor.docsforge.com/ can't be reached at this moment.
``` ==11921== 80 (24 direct, 56 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 3 ==11921== at 0x4C2B067: malloc (vg_replace_malloc.c:380) ==11921== by 0x983D0D: ares_malloc_zero (in...
### **Align:**             ### **Include Group and Sort** 
@marty1885 Please consider add botan2 support back. There are too many OS pkg still using botan2. https://pkgs.org/search/?q=botan
When sending data of 100M or more on Windows, it is submitted to the system at once without sending in blocks. I hope to improve the sending function on Windows.
I'm trying to build drogon but I'm getting a compilation error in trantor. I followed the standard environment setup and build steps provided in the docs (using cmake). A separate...
Hello! It would be nice if trantor::LogStream class inherited std::ostream interface. Currently, in our project we have to implement 2 stream redirections, or use templatized implementation, for every model class,...
The macro `MICRO_SECONDS_PRE_SEC` should be `MICRO_SECONDS_PER_SEC`, also I'd make it a static constexpr member of the `Date` class but that's just my opinion.
Currently Botan is disabled for Linux (no package available for Botan 3) and MacOS (compiler issues). This PR enables Botan 3 for Windows so it is tested
I just realized if no TLS provider is used, our built in hashes are mostly broken. Fortunately this only affects IBM POWER and s390x CPUs these days. And they can...