|
-
Mar 31st, 2006, 01:50 AM
#1
Thread Starter
New Member
socks proxy client
Hi,
I am working on a new project and was wondering if anyone can point me to some good resources for creating a socks proxy client.
I need to create a client that will transparently direct all tcp / internet traffic to a specified socks proxy server.
I have found a few all ready made ones but I just need something very simple. Which it may not be the easies thing to make.
If anyone has any suggestions on where I can start I would really appreciate it.
Thanks
-
Apr 1st, 2006, 05:32 AM
#2
Addicted Member
Re: socks proxy client
Ask google and have a look here:
http://www.faqs.org/rfcs/rfc1928.html
You will have to understand the protocol first.
I may warn you from using Visual Basic and the Winsock control. I programmed a webserver once and had problems with handling too much concurrent connection attemps. (about 300 at a time).
-
Apr 1st, 2006, 06:57 AM
#3
Re: socks proxy client
you should use the Winsock API for big projects
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|