Releases: Kilemonn/Cpp-SocketLibrary
Releases · Kilemonn/Cpp-SocketLibrary
v0.7.0
v0.6.1
Full Changelog: v0.6.0...v0.6.1
- Interface changes to send() function return signature.
- Remove bluetooth lib linking.
v0.6.0
v0.5.4
v0.5.3
Full Changelog: v0.5.2...v0.5.3
Add optional hostname to UDPSocket bind() to control the local address you are binding to.
Remove ready() check in receive functions to make these calls blocking and stop them from returning early if the socket is read from too early.
v0.5.2
v0.5.1
v0.5.0
Summary
- Changes to send interface return values to be more consistent and expose resultant return values to the caller for TCP.
- Change how hostnames are resolved.
- Add tests to understand TCP and UDP send and receive limits (atleast when sending and receiving from the same machine) and also for hostname resolution.
- Create environment container that runs the unit tests on a couple of different flavours of linux to confirm behaviour.
Full Changelog: v0.4.3...v0.5.0
v0.4.3
v0.4.2
Summary
- Copy listeningPort and protocolVersion in copy constructor and assignment operator for UDPSockets.
Full Changelog: v0.4.1...v0.4.2