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
874
stars
187
forks
source link
Constrain netserver to listen for data connections on defined ports? #58
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.