C++ Sockets 2.2.4 (Default branch) |
|
|
C++ Sockets is a cross-platform C++ wrapper for
BSD-style sockets. It implements the TCP, UDP,
ICMP, and SCTP transport layer protocols.
Implemented application layer protocols are
HTTP/HTTPS (using OpenSSL), SMTP (server), and
Ajp/1.3 (server). Features include transparent
SOCKS4 client support and asynchronous DNS.
Included in the library are a number of HTTP
client functions such as GET/PUT/POST, and also
Web server framework components.
License: GNU General Public License (GPL)
Changes:
The reset_read and reset_write methods were added
to IFile (File/MemFile). A MemFile read bug was
fixed. A small fix for the UdpSocket timestamp on
Win32. Cookies were reworked in the Http
framework. A compile issue when compiling without
openssl was solved.
|