-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement fixes to make the control connection more robust.
These include various timeouts in Nread() to guarantee that it will eventually exit, a 10-second timeout for each attempt to read data from the network and an approximately 30-second overall timeout per Nread() call. Also the iperf3 server now checks the length of the received session cookie, and errors out if this happens to be incorrect. Reported by Jorge Sancho Larraz - Canonical.
- Loading branch information
Showing
2 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters