In general, I am writing a C program for NAT traversal (using VPS, it will work as a reverse proxy, but the connection will be made by the computer), I make the client under Windows, and I have a problem when the VPS receives a message that it has a request , I need to artificially “start up” a TCP packet in my computer, in which I will point out the destination IP and the sender’s IP in my hands.
I would like to do this without resorting to NDIS.
I hope clearly explained my problem.