Skip to content

Releases: ydcpp/tcpcat

1.0.4

27 May 19:48
a6d499b
Compare
Choose a tag to compare
  • Performance optimizations and conan related updates.

1.0.3

26 May 16:12
4355d58
Compare
Choose a tag to compare
  • Optimized header includes for ASIO.

1.0.2

26 May 12:43
5bf671b
Compare
Choose a tag to compare
  • Fixed error for installing ASIO headers if not found in system.

1.0.1

26 May 11:04
b114d3e
Compare
Choose a tag to compare
  • Updated CMake for ASIO dependency to prioritize system installed headers first. If ASIO is not installed in the system, then tcpcat will build with project local ASIO headers.
  • Fixed a bug on TCP Client socket closure.

1.0.0

20 May 21:49
Compare
Choose a tag to compare

First Release

  • Event handler with following asynchronous event triggers:
    • OnConnected
    • OnDisconnected
    • OnReceived
    • OnSent
    • OnError
  • Multithreaded TCP Server with event handler.
  • TCP Client with event handler.