Searched refs:flag (Results 1 – 13 of 13) sorted by relevance
| /iperf/src/ |
| H A D | t_timer.c | 41 static int flag; variable 47 flag = 1; in timer_proc() 56 flag = 0; in main() 67 if (flag) in main() 75 if (!flag) in main()
|
| H A D | iperf_server_api.c | 127 int flag = 1; in iperf_accept() local 128 if (setsockopt(test->ctrl_sck, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int))) { in iperf_accept() 443 int flag; in iperf_run_server() local 679 flag = 0; in iperf_run_server() 682 flag = 1; in iperf_run_server() 686 if (flag != -1) { in iperf_run_server() 687 sp = iperf_new_stream(test, s, flag); in iperf_run_server() 714 flag = -1; in iperf_run_server()
|
| H A D | iperf_client_api.c | 388 int flag = 1; in iperf_connect() local 389 if (setsockopt(test->ctrl_sck, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int))) { in iperf_connect()
|
| H A D | iperf_api.c | 1085 int flag; in iperf_parse_arguments() local 1105 …while ((flag = getopt_long(argc, argv, "p:f:i:D1VJvsc:ub:t:n:k:l:P:Rw:B:M:N46S:L:ZO:F:A:T:C:dI:hX:… in iperf_parse_arguments() 1106 switch (flag) { in iperf_parse_arguments()
|
| /iperf/docs/ |
| H A D | invoking.rst | 57 of command-line flags, unless only the long form of a flag is avail- 62 flag, for example: 92 from the server can be done by specifying the -R flag on the client. 111 indicated above, use of the -R flag will reverse these roles. 114 test by specifying the --get-server-output flag. 118 flag. Because the contents of the JSON structure are only completely 126 flag. 255 server, unless the -R flag is specified. If an optional inter- 275 flag), the throughput limit is applied separately to each 283 the --fq-rate flag. This option replaces the --bandwidth flag, [all …]
|
| H A D | faq.rst | 69 necessary to pass the ``--without-sctp`` flag at configure 85 the ``--enable-profiling`` flag to ``configure`` to build 88 #. In iperf-3.6 and iperf-3.7, the ``--disable-profiling`` flag can be 124 3.1.5. Second, try adding the flag ``-w2M`` to increase the socket 139 When TCP packets are sent with the "Don't Fragment" flag set, which 160 that doesn’t help then "Don't Fragment" TCP flag may be 163 note that disabling the “Don’t Fragment” flag may cause other 195 Use the ``--forceflush`` flag. 197 I'm using the --fq-rate flag, but it does not seem to be working. Why?
|
| H A D | news.rst | 40 iperf 3.9 adds a ``--timestamps`` flag, which prepends a timestamp to 41 each output line. A new ``--server-bitrate-limit`` flag has been 70 iperf 3.7 adds the ``--bidir`` flag for bidirectional tests, includes 74 Note: Documentation for the ``--bidir`` flag was inadvertently 252 This maintenance release adds a -1 flag to make the iperf3 execute a 344 the client by using the ``--get-server-output`` flag.
|
| H A D | dev.rst | 82 * The ``-Z`` flag sometimes causes the iperf3 client to hang on OSX. 85 * When specifying the TCP buffer size using the ``-w`` flag on Linux, 88 iperf3's ``--debug`` flag.) However, CWND does not actually ramp up 93 * Although the ``-w`` flag is documented as setting the (TCP) window
|
| /iperf/ |
| H A D | RELNOTES.md | 112 each output line. An optional argument to this flag, which is a 116 * A --server-bitrate-limit flag has been added as a server-side 152 * Configuring with the --enable-static-bin flag will now cause 155 * Configuring with the --without-sctp flag will now prevent SCTP 156 from being auto-detected (#1008). This flag allows building a 465 both flags, or neither flag. SCTP tests currently support 466 --bandwidth only. The --no-fq-socket-pacing flag, which was 491 --debug flag is specified. (#356) 548 -no-fq-socket-pacing flag. 634 * A --udp-counters-64bit flag has been added to support very [all …]
|
| H A D | aclocal.m4 | 3389 # find reload flag for linker 3711 # Check to see if the nm accepts a BSD-compat flag. 3919 [Compiler flag to turn off builtin functions]) 4283 # The "-static" flag exists, but is broken. 4391 # CC pic flag -KPIC is the default. 4605 # The "-static" flag exists, but is broken. 4895 # Check to make sure the PIC flag actually works. 4912 [How to pass a linker flag through the compiler]) 4923 [Compiler flag to prevent dynamic linking]) 6159 [Compiler flag to allow reflexive dlopens]) [all …]
|
| H A D | configure | 9422 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag… 9423 printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
|
| /iperf/config/ |
| H A D | compile | 193 for flag in $arg; do 195 linker_opts="$linker_opts $flag"
|
| H A D | ltmain.sh | 4302 echo "flag during linking and do at least one of the following:" 4315 $ECHO " - use the '$flag' linker flag" 7488 for flag in $args; do 7490 func_quote_arg pretty "$flag" 7504 for flag in $args; do 7506 func_quote_arg pretty "$flag" 9845 eval flag=\"$hardcode_libdir_flag_spec\" 9846 func_append dep_rpath " $flag" 10053 func_append linker_flags " $flag" 10576 func_append rpath " $flag" [all …]
|