summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-07-23 01:27:40 -0400
committerWill Hawkins <[email protected]>2023-07-25 00:20:31 -0400
commit2cef6fe8cc06ee889c3eef0bf37166cb7813a8d5 (patch)
tree6ef8bf5f5820b27da18f24126aa4b532f03da940 /rpm
parent0ee7e42425ba977f028e0bc51ffcc3d5a36e4561 (diff)
[Feature] Add support for L4S
Signed-off-by: Will Hawkins <[email protected]>
Diffstat (limited to 'rpm')
-rw-r--r--rpm/rpm.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm/rpm.go b/rpm/rpm.go
index 3ebdefd..902e5bb 100644
--- a/rpm/rpm.go
+++ b/rpm/rpm.go
@@ -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,
)