Hi all...
I'm trying to do a very simple program. It's actually a proxy, that I need to connect to it and that proxy fowards the packets to the outter world.
I think of making a list of incomming packets, change the incomming port to a new port, forward the packet and wait for a response, and get the port number for the packet from my list and send it back to my app...
How can I do that with boost??? I don't need the complete source code, just some code and the directions to start...(althought the full code will be usefull hehehe)...
Thx.