We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3762a8e commit eff47acCopy full SHA for eff47ac
1 file changed
docs/fastdds/property_policies/congestion_control.rst
@@ -11,6 +11,9 @@ to be set.
11
Properties related with this feature lie on the ``fastdds.congestion`` namespace.
12
At least one of these properties should be set in order for the congestion control to be enabled.
13
14
+* Property ``fastdds.congestion.plugin`` is used to set the congestion control plugin to be used.
15
+ If the property is not present, it will be set to ``basic``.
16
+
17
* Property ``fastdds.congestion.period`` is used to set the interval in milliseconds for checking whether the bandwidth
18
to certain destinations should be updated.
19
If the property is not present, it will be set to ``10000`` (10 seconds).
0 commit comments