TCP Proxy with multiple clients?
- by Daphna
I am looking for a TCP proxy - a utility that will connect to a port, read a TCP stream, and write it to clients that connect to it.
The key point here is that there may be more than one client, and each client should receive a copy of the stream.
Preferably windows solution, but Linux can be useful as well.