trantor
trantor copied to clipboard
a non-blocking I/O tcp network lib based on c++14/17
This PR is still far from complete. But I want to make a PR to keep track of oy progress. And allow someone else to pick up my work in...
Hi, I'm making some tests with tls connection and i would like to check the performance and verify if this framework works with mutual tls connection. If yes, is there...
OpenSSL will falsely trigger `SSL_ERROR_SYSCALL` when it tries to read from a socket closed by it's peer ([reference, see the BUGS section](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_error.html)). Trantor doesn't properly handle this edge case and...
compiled on windows, but when TcpServer is started, an error (or warning message) prompted indicating that SO_REUSEPORT is not supported.
is there plan to support udp, or popular protocal building upon of udp such as quic? thanks
What's you idea about writing some information about library for example : - Feature highlights - documents - Supported OSs - Description - Simple Example
I was wondering what could be done to support virtual hosts. https://www.openssl.org/docs/man1.1.1/man3/SSL_get_servername_type.html
Tested on illumos distribution OmniOS Community Edition.