-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iperf3 -c 127.0.0.1 -i1 -t 9999 -b50M -u -p5003 -d -P2 -V failed #1161
Comments
I use the latest code and compile with cygwin+gcc. This problem also exists. Is this caused by the Windows platform? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE: The iperf3 issue tracker is for registering bugs, enhancement
requests, or submissions of code. It is not a means for asking
questions about building or using iperf3. Those are best directed
towards the iperf3 mailing list at [email protected] or
question sites such as Stack Overflow
(http://www.stackoverflow.com/). A list of frequently-asked questions
regarding iperf3 can be found at http://software.es.net/iperf/faq.html.
Context
Version of iperf3: https://iperf.fr/iperf-download.php iPerf 3.0.11
Hardware: i7 8700
Operating system (and distribution, if any): Windows 10
Please note: iperf3 is supported on Linux, FreeBSD, and macOS.
Support may be provided on a best-effort basis to other UNIX-like
platforms. We cannot provide support for building and/or running
iperf3 on Windows, iOS, or Android.
libraries, cross-compiling, etc.):
Please fill out one of the "Bug Report" or "Enhancement Request"
sections, as appropriate.
Bug Report
iperf3 -s -p5003 -i1 -d -V
iperf 3.0.11
send_parameters:
{
"udp": true,
"omit": 0,
"time": 9999,
"parallel": 2,
"len": 8192,
"bandwidth": 50000000
}
Time: Thu, 10 Jun 2021 11:41:07 GMT
Connecting to host 127.0.0.1, port 5003
Cookie: P80275846.1623325266.990841.454af7bc
[ 4] local 127.0.0.1 port 50142 connected to 127.0.0.1 port 5003
iperf3 -c 127.0.0.1 -i1 -t 9999 -b50M -u -p5003 -d -P2 -V
iperf 3.0.11
send_parameters:
{
"udp": true,
"omit": 0,
"time": 9999,
"parallel": 2,
"len": 8192,
"bandwidth": 50000000
}
Time: Thu, 10 Jun 2021 11:41:07 GMT
Connecting to host 127.0.0.1, port 5003
Cookie: P80275846.1623325266.990841.454af7bc
[ 4] local 127.0.0.1 port 50142 connected to 127.0.0.1 port 5003
Doesn't it seem that UDP does not support multi-threading?
The text was updated successfully, but these errors were encountered: