Skip to content

Commit 20b257d

Browse files
committed
Refs #23647. Add feature documentation.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent e06bc3f commit 20b257d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/fastdds/use_cases/ip_mobility/ip_mobility.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,17 @@
77
IP mobility |Pro|
88
=================
99

10+
DDS :ref:`Simple Discovery <simple_disc_settings>` relies on well-known multicast addresses and ports to relay the
11+
Participant announcement messages (see :ref:`disc_phases`).
12+
Such Participant announcement includes information about the unicast address-port pairs (a.k.a locators) where the
13+
Participant is expecting to receive incoming metatraffic data.
14+
The list with these unicast locators is automatically initialized taking into account the network interfaces that are
15+
available when the *Fast DDS* DomainParticipant is enabled.
16+
17+
Fast DDS Pro detects changes in the system's IP addresses, and automatically updates them through the discovery
18+
protocol, so other participants start sending data to the new addresses.
19+
20+
.. important::
21+
22+
This feature is only available in Windows and Linux.
23+
MacOS will be supported in future releases.

0 commit comments

Comments
 (0)