C++ Sockets 2.1 review
Download
|
|
C++ Sockets is a C++ wrapper for BSD-style sockets.
Here are some key features of "Cplusplus Sockets":
SSL support
IPv6 support
tcp and udp sockets
encrypted tcp
http protocol
highly customizable error handling
What's New in This Release:
A segfault crash related to threading was fixed.
The code was optimized for speed.
A SocketAddress class was added for transparent addressing of IPv4, IPv6, and Unix sockets.
A new pure virtual base class was added for the engine driving the events added, making it easy to implement your own sockethandler.
The echoserver and stressclient test programs were added.
C++ Sockets 2.1 search tags