2005-01-16 06:04:44 +01:00
|
|
|
[ excerpt from developer's web site ]
|
|
|
|
|
2015-09-20 22:54:08 +02:00
|
|
|
This is C++ class library wrapping the Berkeley
|
|
|
|
sockets C API, and therefore works on most Unixes and also Win32.
|
2005-01-16 06:04:44 +01:00
|
|
|
Features include, but are not limited to, SSL support, IPv6 support,
|
2015-09-20 22:54:08 +02:00
|
|
|
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/
|