Hi,

I'm trying to implement a TCP proxy process using RAW sockets between a client and a server on a given port: client <-> proxy <-> server.

I am currently receiving all incoming IP packets...