Tagged Questions
2
votes
3answers
291 views
SOCKS in C/C++ or another language?
How do i add SOCKS support to my application? and where can i get the libs?
any help appreciated thanks
0
votes
0answers
52 views
Setting Internet Explorer / Windows to use a Socks5 proxy in C#
This is driving me nuts.
I'm making a SSH Tunnelling application, and need to be able to automatically force the system to use HTTP & Socks5 proxies, and have the changes take effect instantly.
...
0
votes
4answers
116 views
Windows sockets problem!
I've started on a school project, and i got some problem when i started to program! This is my code (far from finish):
WSADATA wsaData;
WORD wVersionRequested = MAKEWORD( 2, 2 );
int err = ...