C++ Sockets Library

This is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore works on most unixes and also win32. The library is in use in a number of real world applications, both commercial and open source.

Features include, but are not limited to, SSL support, IPv6 support, tcp and udp sockets, sctp sockets, http protocol, highly customizable error handling. Testing has been done on Linux and Windows 2000, and to some part on Solaris and Mac OS X.

The source code is released under the terms of the GNU GPL, but is also available under an alternative license.

url: http://www.alhem.net/Sockets/index.html

由于在mac中编译的工程文件过时,以及存在一个编译报错,我将工程复制一份到github中,并修改了编译bug。
地址:https://github.com/yourihua/Sockets
有需要的朋友看看。

Hi Rihua,

I just have seen this library and it looks pretty interesting, and it was updated just 19 days ago. Thanks for sharing the code with the community.

Have you tested it on iOS and Android platforms? Do you know if should be any issue on those?

Thanks

Looks fine but I just wanted to say that GPL license is not compatible with MIT license (used by cocos2d-x) and as far as I can see the alternative license is paid.