Skip to content
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

intermittent connection #835

Open
Alex-Bautista opened this issue Jan 9, 2019 · 1 comment · May be fixed by #1423
Open

intermittent connection #835

Alex-Bautista opened this issue Jan 9, 2019 · 1 comment · May be fixed by #1423

Comments

@Alex-Bautista
Copy link

Alex-Bautista commented Jan 9, 2019

Context

When conducting iPerf test, a spotty WiFI connection can be disconnected for X amount of time. Request to add a user configurable TCP control channel timeout to prevent client from closing socket.

  • Version of iperf3: 3.6

  • Hardware: VM

  • Operating system (and distribution, if any): Ubuntu

Enhancement Request

  • Current behavior

When a client starts a UDP test, if the client loses connection and connects to a different wifi client throws
iperf3: error - unable to write to stream socket: Invalid argument
The server then continues to finish the test until specified length is completed + ~4 second timeout of 3.6 iperf

  • Desired behavior

When a client loses connections (brief <45 seconds, due to poor internet connection), client will wait a specified timeout before closing connection so that test can keep continuing.

  • Implementation notes
@bmah888
Copy link
Contributor

bmah888 commented May 4, 2020

Thinking something like TCP keepalives on the control connection. I forgot how to do this. This might be a good thing for some interested party to develop if it doesn't require a huge design change.

davidBar-On added a commit to davidBar-On/iperf that referenced this issue Nov 20, 2022
davidBar-On added a commit to davidBar-On/iperf that referenced this issue Nov 20, 2022
@davidBar-On davidBar-On linked a pull request Nov 20, 2022 that will close this issue
davidBar-On added a commit to davidBar-On/iperf that referenced this issue Mar 17, 2023
davidBar-On added a commit to davidBar-On/iperf that referenced this issue Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants