Skip to content

Commit 8d73d72

Browse files
committed
Refs #23647. Copy restrictions and notes from Dynamic network interfaces.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 9a8bff5 commit 8d73d72

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/fastdds/use_cases/ip_mobility/ip_mobility.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,29 @@ protocol, so other participants start sending data to the new addresses.
1919

2020
.. important::
2121

22+
This feature is still under development and only officially supported for UDPv4 Transport without whitelisting.
23+
2224
This feature is only available in Windows and Linux.
2325
MacOS will be supported in future releases.
26+
27+
Prerequisites
28+
-------------
29+
30+
This feature is intended to be used when *Fast DDS* automatically sets the listening unicast locators.
31+
Consequently, all the locator lists in |DomainParticipantQos::wire_protocol-api| must be empty when the
32+
participant is created.
33+
34+
These locator lists are:
35+
36+
* |BuiltinAttributes::metatrafficUnicastLocatorList-api|
37+
* |BuiltinAttributes::metatrafficMulticastLocatorList-api|
38+
* |WireProtocolConfigQos::default_unicast_locator_list-api|
39+
* |WireProtocolConfigQos::default_multicast_locator_list-api|
40+
41+
Please refer to :ref:`dds_layer_domainParticipantQos` for more information about these attributes.
42+
43+
.. note::
44+
45+
Be aware of the remote locators' collections limits set within the |DomainParticipantQoS| (please refer to
46+
:ref:`remotelocatorsallocationattributes`).
47+
It is recommended to use the highest number of local addresses found on all the systems belonging to the same domain.

0 commit comments

Comments
 (0)