I'm looking for a library to add a socks proxy option to a C/C++ program. What libraries are available for unix and what is the best way to achieve this?
The solution should:
Found a lot of information on the internet but nothing specific, and don't know what to use or when to use it.
I do recommend:
Both are multiplatform and very good libraries, but Qt is for GUIs more than a simple library, so think about using libboost for this single purpose.