summaryrefslogtreecommitdiff
path: root/networkQuality.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-08-17 22:05:10 -0400
committerWill Hawkins <[email protected]>2022-08-17 22:05:10 -0400
commit8d7b3f43988f40976c540e64f955fabe3d14d755 (patch)
tree806c46ef9ed5283295e15c5c46c0cb520ebbd7c3 /networkQuality.go
parent64ed806b94e2d2b2cb4ca14385f7b16042b2f6e7 (diff)
Remove the -strict option
We never really implemented it any way!
Diffstat (limited to 'networkQuality.go')
-rw-r--r--networkQuality.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/networkQuality.go b/networkQuality.go
index 73f87de..f20ca7d 100644
--- a/networkQuality.go
+++ b/networkQuality.go
@@ -56,11 +56,6 @@ var (
constants.DefaultDebug,
"Enable debugging.",
)
- strictFlag = flag.Bool(
- "strict",
- constants.DefaultStrict,
- "Whether to run the test in strict mode (measure HTTP get time on load-generating connection)",
- )
sattimeout = flag.Int(
"sattimeout",
constants.DefaultTestTime,