quote:
Originally posted by Deco
How should one do to comunicate with the same port that msn uses to RECEIVE my msgs?
The port you see on your end in netstat is just an endpoint of a TCP connection. Injecting packets into the stream of an established TCP connection without dropping it is very difficult and not a practical way to approach this.
It would be much easier to program a proxy, if you have an actual need to do this.