Name: Anonymous 2008-10-21 7:20
Sup /prog/
I want to know if this is possible under Windows. Basically, there's an application which opens a TCP connection to a server. From a separate application, I want to be able to somehow grab a handle of that socket, then use it for normal read/write operations without disrupting the connection.
I want to know if this is possible under Windows. Basically, there's an application which opens a TCP connection to a server. From a separate application, I want to be able to somehow grab a handle of that socket, then use it for normal read/write operations without disrupting the connection.