trantor

a non-blocking I/O tcp network lib based on c++14/17

OTHER License

Stars
388
trantor - v1.0.0-rc3

Published by an-tao about 5 years ago

API change list

  • TcpConnection::setContext, TcpConnection::getContext, etc.
  • Remove the config.h from public API.

Changed

  • Modify the CMakeLists.txt.
  • Modify some log output.
  • Remove some unnecessary std::dynamic_pointer_cast calls.
trantor - v1.0.0-rc2

Published by an-tao over 5 years ago

Added

  • Add bytes statistics methods to the TcpConnection class.
  • Add the setIoLoopThreadPool method to the TcpServer class.

Changed

  • Ignore SIGPIPE signal when using the TcpClient class.
  • Enable TCP_NODELAY by default (for higher performance).
trantor - v1.0.0-rc1

Published by an-tao over 5 years ago