Skip to content

Commit

Permalink
MinimumSocketReceiveBufferSize is moved (#3813)
Browse files Browse the repository at this point in the history
See eclipse-cyclonedds/cyclonedds@8da2066

Signed-off-by: ymd-stella <[email protected]>
(cherry picked from commit 615d9fa)
  • Loading branch information
ymd-stella authored and mergify[bot] committed Aug 3, 2023
1 parent 582f762 commit 09ca39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/How-To-Guides/DDS-tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Next, to set the minimum socket receive buffer size that Cyclone requests, write
https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd">
<Domain id="any">
<Internal>
<MinimumSocketReceiveBufferSize>10MB</MinimumSocketReceiveBufferSize>
<SocketReceiveBufferSize min="10MB"/>
</Internal>
</Domain>
</CycloneDDS>
Expand Down

0 comments on commit 09ca39d

Please sign in to comment.