Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/fastdds/dds_layer/core/policy/standardQosPolicies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,9 @@ List of QoS Policy data members:
:raw-html:`<br />`
It cannot be changed on enabled entities.

.. note::
It is inconsistent to set an infinite |ReliabilityQosPolicy::max_blocking_time-api|.

.. important::
Setting this QoS Policy to |BEST_EFFORT_RELIABILITY_QOS-api| affects to the :ref:`durabilityqospolicy`, making the
endpoints behave as |VOLATILE_DURABILITY_QOS-api|.
Expand Down
5 changes: 5 additions & 0 deletions docs/fastdds/xml_configuration/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ An infinite value can be specified by using the values :cpp:concept:`DURATION_IN
| ``<nanosec>`` | Number of nanoseconds. | ``uint32_t`` | 0 |
+-----------------------+---------------------------------------------------------+-------------------+----------------+

.. note::

It is inconsistent to specify a negative value for the ``<sec>`` element, or
a ``<nanosec>`` value greater than or equal to 1 second (i.e., 1,000,000,000 nanoseconds).

**Example**

.. literalinclude:: /../code/XMLTester.xml
Expand Down
Loading