diff options
Diffstat (limited to 'constants/constants.go')
| -rw-r--r-- | constants/constants.go | 2 |
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 { |
