Releases: ILikePizza555/Sockets.cpp
Releases · ILikePizza555/Sockets.cpp
Release 1.1.1
Fixed CMake build file.
Version 1.1
New Things:
- TCPServerSocket that automatically binds and listens to an IP address and generates Connection objects with
accept()
Connection::write()
now checks for errors indicating the connection was closed, and marks the connection as closed.TCPSocket::send()
now takes anamount
as a parameter.SocketWriteError
has a newCONNECTION_ABORTED
value to theErrorType
enum
Bug Fixes:
Connection::write()
no longer writes the entire buffer
Release 1.0.1
This release adds an option to build file to disable the building of tests
Release 1.0
v1.0 Deleted unneeded property