We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962c4c1 commit 229f454Copy full SHA for 229f454
src/iperf_locale.c
@@ -99,7 +99,7 @@ const char usage_shortstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
99
const char usage_longstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
100
" iperf3 [-h|--help] [-v|--version]\n\n"
101
"Server or Client:\n"
102
-#if defined(WINDOWS_ANY)
+#if (defined(__CYGWIN__) || defined(_WIN32) || defined(_WIN64) || defined(__WINDOWS__))
103
" -p, --port #[/#] server port to listen on / connect to\n"
104
" (optional for server UDP: pool size of ports starting with\n"
105
" port # - required for parallel UDP sterams under Windows)\n"
0 commit comments