diff options
| author | Will Hawkins <[email protected]> | 2022-06-13 19:53:44 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-13 19:53:44 -0400 |
| commit | 144a5dad1f30d538cefd1ed0904c00fc29c3d9c4 (patch) | |
| tree | 223491fac01200e49302b477e512b5f7ebccf2ae /README.md | |
| parent | c93a4dedc897f84992a6a34200fe954ba2ca435d (diff) | |
| parent | a32ace3c60721d1bae4ea77117ffd14a35b0f951 (diff) | |
Merge pull request #25 from network-quality/timeout-patch
Timeout patch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -74,8 +74,10 @@ $./networkQuality --help Enable client runtime profiling and specify storage location. Disabled by default. -ssl-key-file string Store the per-session SSL key files in this file. - -timeout int - Maximum time to spend measuring. (default 20) + -sattimeout int + Maximum time to spend measuring saturation. (default 20) + -rpmtimeout int + Maximum time to spend calculating RPM. (default 10) ``` To facilitate testing, you may want to use the open-source RPM server available from [Apple on GitHub](https://github.com/network-quality/server/tree/main/go). |
