summaryrefslogtreecommitdiff
path: root/constants/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'constants/constants.go')
-rw-r--r--constants/constants.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/constants.go b/constants/constants.go
index fdfd1f2..8621de8 100644
--- a/constants/constants.go
+++ b/constants/constants.go
@@ -36,6 +36,8 @@ var (
DefaultConfigHost string = "networkquality.example.com"
// The default determination of whether to verify server certificates
DefaultInsecureSkipVerify bool = true
+
+ DefaultL4SCongestionControlAlgorithm string = "prague"
)
type SpecParametersCliOptions struct {