Skip to content

Commit

Permalink
Refs #20934: Apply internal rev suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Jul 24, 2024
1 parent ff1923e commit 48bd961
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1244,9 +1244,10 @@ List of QoS Policy data members:
:ref:`DS_modify_server_list`).

.. note::
In single process deployments where multiple endpoints are created within the same DomainParticipant, each of
them will have the same **participantId** but different *unicast locator* ports.
That can lead on participant creation failure if the amount of endpoints to be created reaches the value of
In single process deployments where multiple Datareaders and Datawriters are created within the same
DomainParticipant, each of them will have the same **participantId** but different *unicast locator* ports.
That can lead on participant creation failure if the amount of Datareaders and Datawriters to be created reaches
the value of
:cpp:var:`BuiltinAttributes::mutation_tries<eprosima::fastrtps::rtps::BuiltinAttributes::mutation_tries>`, due to
exceeding the maximum amount of mutations of the same **participantId** into different port number for the
*unicast locator* creation.
Expand Down
10 changes: 5 additions & 5 deletions docs/fastdds/transport/listening_locators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ The default values can be modified using the |WireProtocolConfigQos::port-api| m

.. note::

In single process deployments where multiple endpoints are created within the same DomainParticipant, each of
them will have the same **participantId** but different *unicast locator* ports.
That can lead on participant creation failure if the amount of endpoints to be created reaches the value of
:cpp:var:`mutation_tries<eprosima::fastrtps::rtps::BuiltinAttributes::mutation_tries>`, due to exceeding the
maximum amount of mutations of the same **participantId** into different port number for the *unicast locator*
In single process deployments where multiple Datareaders and Datawriters are created within the same
DomainParticipant, each of them will have the same **participantId** but different *unicast locator* ports.
That can lead on participant creation failure if the amount of Datareaders and Datawriters to be created reaches the
value of :cpp:var:`mutation_tries<eprosima::fastrtps::rtps::BuiltinAttributes::mutation_tries>`, due to exceeding
the maximum amount of mutations of the same **participantId** into different port number for the *unicast locator*
creation.

Refer to :ref:`this example <wireprotocolconfigqos_example>` for configuring both the **participantId** and the
Expand Down

0 comments on commit 48bd961

Please sign in to comment.