Skip to content

Commit 615d9fa

Browse files
authored
MinimumSocketReceiveBufferSize is moved (ros2#3813)
See eclipse-cyclonedds/cyclonedds@8da2066 Signed-off-by: ymd-stella <[email protected]>
1 parent 42ccd72 commit 615d9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/How-To-Guides/DDS-tuning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Next, to set the minimum socket receive buffer size that Cyclone requests, write
129129
https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd">
130130
<Domain id="any">
131131
<Internal>
132-
<MinimumSocketReceiveBufferSize>10MB</MinimumSocketReceiveBufferSize>
132+
<SocketReceiveBufferSize min="10MB"/>
133133
</Internal>
134134
</Domain>
135135
</CycloneDDS>

0 commit comments

Comments
 (0)