Releases: xenia-foxtrot/Sockets.cpp
Releases · xenia-foxtrot/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 anamountas a parameter.SocketWriteErrorhas a newCONNECTION_ABORTEDvalue to theErrorTypeenum
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