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 /rpm | |
| parent | 0ee7e42425ba977f028e0bc51ffcc3d5a36e4561 (diff) | |
[Feature] Add support for L4S
Signed-off-by: Will Hawkins <[email protected]>
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/rpm.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -196,6 +196,7 @@ func ResponsivenessProber[BucketType utilities.Number]( foreignProbeConfiguration.Host, probe.Foreign, probeCount, + foreignProbeConfiguration.CongestionControl, captureExtendedStats, debugging, ) @@ -258,6 +259,7 @@ func ResponsivenessProber[BucketType utilities.Number]( selfProbeConfiguration.Host, utilities.Conditional(probeDirection == lgc.LGC_DOWN, probe.SelfDown, probe.SelfUp), probeCount, + selfProbeConfiguration.CongestionControl, captureExtendedStats, debugging, ) |
