2005-01-16 06:04:44 +01:00
|
|
|
[ excerpt from developer's web site ]
|
|
|
|
|
2010-07-16 18:37:42 +02:00
|
|
|
This is C++ class library wrapping the berkeley
|
2005-01-16 06:04:44 +01:00
|
|
|
sockets C API, and therefore works on most unixes and also win32.
|
|
|
|
Features include, but are not limited to, SSL support, IPv6 support,
|
|
|
|
tcp and udp sockets, encrypted tcp, http protocol, highly customizable
|
2010-07-16 18:37:42 +02:00
|
|
|
error handling.
|
|
|
|
The source code is released under the terms of the GNU GPL, but is
|
|
|
|
also available under an alternative license.
|
2005-01-16 06:04:44 +01:00
|
|
|
|
2010-07-16 18:37:42 +02:00
|
|
|
WWW: http://www.alhem.net/Sockets/
|