[Bug 251052] [sctp] Throughput becomes extremely low under load

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 22 Apr 2022 21:23:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251052

--- Comment #4 from Bryan Drewery <bdrewery@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.