HewlettPackard / netperf

Netperf is a benchmark that can be used to measure the performance of many different types of networking. It provides tests for both unidirectional throughput, and end-to-end latency.
MIT License
859 stars 187 forks source link

Constrain netserver to listen for data connections on defined ports? #58

Open richb-hanover opened 3 years ago

richb-hanover commented 3 years ago

I would like to firewall off most ports on my server. (Obviously, port 12865 needs to be open for the control connections.)

Is there a way to tell netserver only to listen for data connections on a limited range of high-numbered ports? Many thanks.