c++ sockets

Socketc++
Socket c++

c++ sockets
Written by E. Lan to provide a mechanism for writing cross platform socket code. This library was originally written to only support blocking TCP sockets. Over the years it has been extended to support UDP and RAW sockets as well. This is the first official release of the library and the following functionality is supported:

* Cross platform socket support.
o Windows 95, Windows 98, Windows XP, Windows 8, Windows 10
o Linux, Unix
o Macintosh OSX
* Support for sychronious, and asychronious sockets
* Supports TCP Streams
* Supports UDP Datagrams
* Supports Raw Sockets
* Thread Safe
* Signal Safe

4.7/5 - (6 votes)