문제

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:

  • be considered best practice (safe)
  • work in multi-threaded programs with short single-threaded connections
  • easy to implement / maintain (if possible)
  • work for unix (linux/debian/ubuntu)

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top