TCP Proxy with multiple clients?
Posted
by Daphna
on Server Fault
See other posts from Server Fault
or by Daphna
Published on 2010-04-12T11:58:36Z
Indexed on
2010/04/12
12:03 UTC
Read the original article
Hit count: 243
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.
© Server Fault or respective owner