Skip to content

Commit 728dbea

Browse files
Clarify how sockets_size affects SHM segment size (#729)
Signed-off-by: cferreiragonz <[email protected]>
1 parent 079dde6 commit 728dbea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/fastdds/use_cases/tcp/tcp_large_data_with_options.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All builtin transports can be configured by adjusting the following parameters:
2121
Its maximum value is (2^32)-1 B for TCP and SHM and 65500 KB for UDP.
2222
+ ``sockets_size``: Size of the send and receive socket buffers.
2323
This value must be higher or equal than the ``max_msg_size`` to obtain a valid configuration.
24+
It also defines the size of the shared memory segment, calculated as twice the value set.
2425
Its maximum value is (2^32)-1 B.
2526
+ ``non_blocking``: If set to true, the transport will use non-blocking sockets.
2627
This can be useful to avoid blocking the application if the socket buffers are full.

0 commit comments

Comments
 (0)