Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-17 06:53
2.3.9.7

Detach threads that never stopped has been fixed. Detaching from OnAccept method now works. Time to launch a detached thread has been reduced.
Tags: Minor bugfixes

2011-07-26 07:28
2.3.9.6

A timing problem has been solved in detached sockets. More configure options have been added. Lost state flags are now retrieved in sockethandler. The AJP client socket has been updated. The JSON parser has been updated.
Tags: Minor bugfixes

2011-02-05 22:18
2.3.9.5

This version fixed missing includes and ambigouos operators and constructors.
Tags: Minor bugfixes

2011-02-03 12:17
2.3.9.4

This release adds CGI support for HttpRequest / HttpdForm. It adds JSON support (parse, use, and generate). There are some small bugfixes.
Tags: Minor feature enhancements, Minor bugfixes

2010-07-14 23:49
2.3.9.3

Win32 problems introduced in 2.3.9.2 were fixed. Multithread support was added in sockethandler. Build problems in mingw/cygwin were fixed.
Tags: Major bugfixes, Minor feature enhancements

Project Resources