Skip to content

Commit

Permalink
Refs #21580: Apply rev suggestions (2)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Sep 5, 2024
1 parent b4a582d commit f5c75e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<eprosima::fastdds::rtps::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:

Expand Down
4 changes: 2 additions & 2 deletions docs/fastdds/transport/listening_locators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<eprosima::fastdds::rtps::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 <wireprotocolconfigqos_example>` for configuring both the *mutation_tries* values.

Expand Down

0 comments on commit f5c75e5

Please sign in to comment.