Skip to content

Commit

Permalink
Fix bug in initial peers documentation (#896)
Browse files Browse the repository at this point in the history
* Refs #21443: Fix bug in initial peers documentation

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21443: Apply rev suggestions

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Sep 4, 2024
1 parent 5b0ee33 commit 9e8a235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/fastdds/discovery/simple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ must listen for incoming Participant Discovery Protocol (PDP) discovery metatraf
to a multicast address and another one linked to a unicast address.
*Fast DDS* allows for the configuration of an initial peers list which contains one or more such IP-port address
pairs corresponding to remote DomainParticipants PDP discovery listening resources, so that the local
DomainParticipant will not only send its PDP traffic to the default multicast address-port specified by its domain,
but also to all the IP-port address pairs specified in the initial peers list.
DomainParticipant will only send its PDP traffic to the IP-port address pairs specified in the initial peers list.

A DomainParticipant's initial peers list contains the list of IP-port address pairs of all other DomainParticipants
with which it will communicate.
It is a list of addresses that a DomainParticipant will use in the unicast discovery mechanism, together or as an
alternative to multicast discovery.
It is a list of addresses that a DomainParticipant will use in the PDP discovery mechanism, and can hold both multicast
and unicast addresses.
The default multicast address will be used if the list is empty.
Therefore, this approach also applies to those scenarios in which multicast functionality is not available.

According to the `RTPS standard <https://www.omg.org/spec/DDSI-RTPS/2.2/PDF>`_ (Section 9.6.1.1), the RTPSParticipants'
Expand Down

0 comments on commit 9e8a235

Please sign in to comment.