Purpose of this library

 

Todays RND managers are faced with a difficult situation when it's comming to choosing which component to use for TCP/IP network communication.

 

The obvious choice commes to mind: MFC (attached with the full MFC overhead, once you're using it, you can't get rid of it later), .NET (again you're bound forever), Payed solution (which ofcourse are payed solution, without the sources), another open source solutions (either poorly coded, too hard to use, or GPL)

 

We faced the same problem too, and decided to develop the library which you'll come to understand there's no other solutions like it.

Our library (C++ open source) that encapsulates winsock2 api - allows the user to control every aspect of sockets' operations.

 

Key features: