-
- Downloads
Issue 216 (#581)
* Add configurable timeout for the setup of the control connection. This is specified using the new --connect-timeout option, with an integer parameter in ms. The iperf3 client will wait for this amount of time for the setup of the control connection to the server. If this option is not given, the OS default for TCP connection setup is used. Specifying a smaller connection timeout allows faster detection of a down / unresponsive iperf3 server. The implementation uses a variation on the timeout_connect() function from OpenBSD's netcat utility. Fixes #216.
Showing
- LICENSE 31 additions, 0 deletionsLICENSE
- configure 14 additions, 0 deletionsconfigure
- configure.ac 4 additions, 1 deletionconfigure.ac
- src/iperf.h 1 addition, 0 deletionssrc/iperf.h
- src/iperf3.1 8 additions, 0 deletionssrc/iperf3.1
- src/iperf_api.c 6 additions, 0 deletionssrc/iperf_api.c
- src/iperf_api.h 1 addition, 0 deletionssrc/iperf_api.h
- src/iperf_client_api.c 1 addition, 1 deletionsrc/iperf_client_api.c
- src/iperf_config.h.in 3 additions, 0 deletionssrc/iperf_config.h.in
- src/iperf_locale.c 1 addition, 0 deletionssrc/iperf_locale.c
- src/iperf_udp.c 1 addition, 1 deletionsrc/iperf_udp.c
- src/net.c 49 additions, 3 deletionssrc/net.c
- src/net.h 3 additions, 2 deletionssrc/net.h
Loading
Please register or sign in to comment