Skip to content

Commit

Permalink
Refs #20291: Mention payloads_to_send_
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
  • Loading branch information
cferreiragonz committed Jun 5, 2024
1 parent d609db7 commit b0482d5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/fastdds/dds_layer/core/policy/eprosimaExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,16 @@ List of structure members:
This attribute controls the initial number of network buffers to be allocated for each send buffer.
The default value will preallocate 16 network buffers.
* |SendBuffersAllocationAttributes::allocation_inc_network_buffers-api|:
This attribute controls the initial number of network buffers to be allocated when growing the vector of the send buffer
if it runs out of capacity.
This attribute controls the initial number of network buffers to be allocated when growing the vector of the send
buffer if it runs out of capacity.
The default value will dynamically allocate 16 network buffers every time is needed.

.. note::
|SendBuffersAllocationAttributes::preallocated_network_buffers-api| and
|SendBuffersAllocationAttributes::allocation_inc_network_buffers-api| will also be used to instantiate a vector of
|SerializedPayload_t-api| that contains the metadata necessary to avoid payload copies during the creation of the
RTPS message.

.. _variablelengthdatalimits:

VariableLengthDataLimits
Expand Down

0 comments on commit b0482d5

Please sign in to comment.