Libsocketcpp 1.0.7 review
DownloadLibsocketcpp provides a easy-to-use C++ socket library class. Dispite the name, the TCPSocket class can handle both UDP and TCP co
|
|
Libsocketcpp provides a easy-to-use C++ socket library class.
Dispite the name, the TCPSocket class can handle both UDP and TCP connections.
Unfortunatly right now, the class is simple. It does not do anything really fancy like non-blocking sockets, select which interfaces you want to use, etc...
What it does allow you to do is to set up a TCP or UDP server/client and send and receive blocks of data. Plain and simple
What's New in This Release:
Fixed missing include inside tcpservertest test program.
Should be able to compile on RH 7.0 now.
Libsocketcpp 1.0.7 search tags