Hello people. For various reasons I need to send some data to my own ip address (via the send api of Windows sockets). The problem is that once I do that the packets do not leave the computer but internally transferred to the relevant application in the same computer. Does anybody know how to make windows send the data through the network rather then internally via the loopback interface (127.0.0.1). Thanks.