From c8f9b3337ee493ea1ac56d70a1a53ab9442121b9 Mon Sep 17 00:00:00 2001 From: JJ <60529194+Schickendantzj@users.noreply.github.com> Date: Mon, 13 Jun 2022 11:34:19 -0400 Subject: Add optional timeouts --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 32aa2c1..fcaf5bd 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.3