From f5c75e5bf0f6dbf23fa8a720cd464217527e2458 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Thu, 5 Sep 2024 17:12:13 +0200 Subject: [PATCH] Refs #21580: Apply rev suggestions (2) Signed-off-by: JesusPoderoso --- docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst | 4 ++-- docs/fastdds/transport/listening_locators.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst b/docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst index db8bd0bc8..3916a99cb 100644 --- a/docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst +++ b/docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst @@ -1248,8 +1248,8 @@ List of QoS Policy data members: available ports for them if the amount of DomainParticipants created reaches the value of :cpp:var:`BuiltinAttributes::mutation_tries` (100 by default). - When it happens, the DomainParticipants will not be able to create the listening ports and will be created - without locators configured. + When that happens, the DomainParticipants will not be able to create the listening ports (this is notified + with a log warning) and will be created without unicast locators configured. .. _wireprotocolconfigqos_example: diff --git a/docs/fastdds/transport/listening_locators.rst b/docs/fastdds/transport/listening_locators.rst index e66dc70d5..f635d645b 100644 --- a/docs/fastdds/transport/listening_locators.rst +++ b/docs/fastdds/transport/listening_locators.rst @@ -222,8 +222,8 @@ The default values can be modified using the |WireProtocolConfigQos::port-api| m available ports for them if the amount of DomainParticipants created reaches the value of :cpp:var:`BuiltinAttributes::mutation_tries` (100 by default). - When it happens, the DomainParticipants will not be able to create the listening ports and will be created - without locators configured. + When that happens, the DomainParticipants will not be able to create the listening ports (this is notified + with a log warning) and will be created without unicast locators configured. Refer to :ref:`this example ` for configuring both the *mutation_tries* values.