diff options
| author | Will Hawkins <[email protected]> | 2023-07-23 01:27:40 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2023-07-25 00:20:31 -0400 |
| commit | 2cef6fe8cc06ee889c3eef0bf37166cb7813a8d5 (patch) | |
| tree | 6ef8bf5f5820b27da18f24126aa4b532f03da940 /constants/constants.go | |
| parent | 0ee7e42425ba977f028e0bc51ffcc3d5a36e4561 (diff) | |
[Feature] Add support for L4S
Signed-off-by: Will Hawkins <[email protected]>
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 { |
