Skip to content

Commit eff47ac

Browse files
committed
Refs #24027. Add documentation on plugin property.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 3762a8e commit eff47ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/fastdds/property_policies/congestion_control.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ to be set.
1111
Properties related with this feature lie on the ``fastdds.congestion`` namespace.
1212
At least one of these properties should be set in order for the congestion control to be enabled.
1313

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+
1417
* Property ``fastdds.congestion.period`` is used to set the interval in milliseconds for checking whether the bandwidth
1518
to certain destinations should be updated.
1619
If the property is not present, it will be set to ``10000`` (10 seconds).

0 commit comments

Comments
 (0)