iperf icon indicating copy to clipboard operation
iperf copied to clipboard

Select Timeout when not in TEST_RUNNING State

Open davidBar-On opened this issue 5 months ago • 0 comments

  • Version of iperf3 (or development branch, such as master or 3.1-STABLE) to which this pull request applies: master

  • Issues fixed (if any): #1735

  • Brief description of code changes (suitable for use as a commit message):

Timeout select() when the process is not in TEST_RUNNING state, using the --rcv-timeout value as the timeout. In #1753 for example, the server hanged forever because it waited to the "IPERF_DONE" that never arrived. Per @RizziMau comment after testing the change, this PR is solves the problem.

davidBar-On avatar Sep 13 '24 12:09 davidBar-On