I'm trying to perform a test using IPerf but in a special case. Usually iperf client send data to iperf server, what I need in this case is the server send data back to the client in the same connection.
I don't want a bidirectional test, as it does open a new tcp connection back to the client, and that isn't what I'm looking for.