diff options
| author | JJ <[email protected]> | 2022-06-13 11:34:19 -0400 |
|---|---|---|
| committer | JJ <[email protected]> | 2022-06-13 11:34:19 -0400 |
| commit | c8f9b3337ee493ea1ac56d70a1a53ab9442121b9 (patch) | |
| tree | 3e62d93c8facfb4e8565d3586f9694b3aefb2e66 /README.md | |
| parent | bce8d0a53c56816e6b5acd4e0c9b53514981910a (diff) | |
Add optional timeouts
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). |
