We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079dde6 commit 728dbeaCopy full SHA for 728dbea
docs/fastdds/use_cases/tcp/tcp_large_data_with_options.rst
@@ -21,6 +21,7 @@ All builtin transports can be configured by adjusting the following parameters:
21
Its maximum value is (2^32)-1 B for TCP and SHM and 65500 KB for UDP.
22
+ ``sockets_size``: Size of the send and receive socket buffers.
23
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.
25
Its maximum value is (2^32)-1 B.
26
+ ``non_blocking``: If set to true, the transport will use non-blocking sockets.
27
This can be useful to avoid blocking the application if the socket buffers are full.
0 commit comments