summaryrefslogtreecommitdiff
path: root/rpm/rpm.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/rpm.go')
-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,
)