Hey guys/gals,

I'm an avid programmer and am always looking for new and exciting projects to work on... the latest is a TCP tunneling application. Currently it is in winsock and is implemented for IRC but the idea / code could be used for virtually any internet service (non-graphical right now)... anyway- if there are any experienced winsock programmers around, i'd like to discuss some things about the application... maybe this could be an interesting thread? anyway...

The Program ->
Visual Basic (quick start)
Winsock ...

Currently i set up two sock(s) one on port 23 (telnet) and one on port 6667 (irc) basically forwarding all data from one Sock to another... the initial connection is made from telnet into the tunnel server, then by command the tunnel will connect/establish a connection with the IRC Server, then it just bounces all the data back & forth...

Tell me what ya think?
any ideas?