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
873
stars
187
forks
source link
Netperf with SCTP doesn't send frames to the defined port number. #25
It looks like netperf with SCTP protocol doesn't send frames to the defined port number.
Host receives frames on some random port.
I downloaded netperf sources v.2.7.0.
and configured it on Fedora v.26 using command:
CFLAGS="-std=gnu89" ./configure --enable-intervals=yes --enable-sctp=yes --enable-histogram=yes --enable-demo=yes
Command on the client side:
netperf -H -p 12865 -t SCTP_RR -l 15 -- -P 5001,5001
It looks like netperf with SCTP protocol doesn't send frames to the defined port number. Host receives frames on some random port.