Releases: nilshenrich/TCP_ServerClient
Releases · nilshenrich/TCP_ServerClient
v3.1.0
v3.0.0
Update to version 3
-
changes:
- New structure:
There are no .cpp files anymore, everything is implemented in header directly
- New structure:
-
improvements:
- No linker flags must be included anymore as everything is now implemented in header
- Installation process is simplified: Just call "make" or "make install" (with root privileges) in root folder to install (copy) library files
v2.0
Update to version 2
-
changes:
- Change install directory and library names. See readme.md for details
- "listener" naming is replaced by "server"
-
improvements:
- Extend test scope: Check TLS connection with RSA and EC certificates
- Improvement of example. Not needed to install libraries to execute example
-
bug fixes:
- Immediately flush out stream when receiving messages in forwarding mode
v1.0.0
First release of C++ library for asynchronous TCP based client-server communication