Well what is confusing me is what stops the packet from just going past the proxy? Like with a packet monitor it goes.
Code:
Client-------->Server
|
V
Monitoring program
so the monitoring program has no effect on the packet.
How does the packet go with the proxy?
Like this?
Code:
Client-------->Proxy program-------->Server
If thats how it goes why does the packet go to the Proxy program instead of just straight to the server. Does Bind cause that?