https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251052
--- Comment #4 from Bryan Drewery <bdrew...@freebsd.org> --- I see something that I think is similar with iperf3 and netperf. Using 1 stream is fine but using >1 stream completely kills bandwidth. `iperf3 --sctp -c 127.0.0.1` is OK. `iperf3 --sctp --nstreams 1 -c 127.0.0.1` is not. (Yes with 1 stream) `netperf -t SCTP_STREAM -H 127.0.0.1` is OK. `netperf -t SCTP_STREAM_MANY -H 127.0.0.1 -- -T 2` is not. -- You are receiving this mail because: You are the assignee for the bug.