Skip to content

Commit a6bfb17

Browse files
committed
Update default values according to eProsima/Fast-DDS#918
1 parent 31060a8 commit a6bfb17

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/xmlprofiles.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ This section of the :class:`Participant's rtps` configuration allows defining bu
768768
.. |mutTries| replace:: ``<mutation_tries>``
769769
.. |igpartf| replace:: ``<ignoreParticipantFlags>``
770770
.. |filterlist| replace:: :ref:`ignoreParticipantFlags <Participantfiltering>`
771+
.. |mempoldefault| replace:: :class:`PREALLOCATED_WITH_REALLOC`
771772

772773
+--------------------------------+----------------------------------+-------------------------+-----------------------+
773774
| Name | Description | Values | Default |
@@ -796,19 +797,19 @@ This section of the :class:`Participant's rtps` configuration allows defining bu
796797
+--------------------------------+----------------------------------+-------------------------+-----------------------+
797798
| ``<initialPeersList>`` | Initial peers. | |loclist| | |
798799
+--------------------------------+----------------------------------+-------------------------+-----------------------+
799-
| |readhistmem| | Memory policy for builtin | |mempol| | :class:`PREALLOCATED` |
800+
| |readhistmem| | Memory policy for builtin | |mempol| | |mempoldefault| |
800801
| | readers. | | |
801802
| | | | |
802803
+--------------------------------+----------------------------------+-------------------------+-----------------------+
803-
| |writhistmem| | Memory policy for builtin | |mempol| | :class:`PREALLOCATED` |
804+
| |writhistmem| | Memory policy for builtin | |mempol| | |mempoldefault| |
804805
| | writers. | | |
805806
| | | | |
806807
+--------------------------------+----------------------------------+-------------------------+-----------------------+
807-
| |readpaysize| | Maximum payload size for | ``UInt32`` | 5000 |
808+
| |readpaysize| | Maximum payload size for | ``UInt32`` | 512 |
808809
| | builtin readers. | | |
809810
| | | | |
810811
+--------------------------------+----------------------------------+-------------------------+-----------------------+
811-
| |writpaysize| | Maximum payload size for | ``UInt32`` | 5000 |
812+
| |writpaysize| | Maximum payload size for | ``UInt32`` | 512 |
812813
| | builtin writers. | | |
813814
| | | | |
814815
+--------------------------------+----------------------------------+-------------------------+-----------------------+

0 commit comments

Comments
 (0)