27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd">
|
|
<Domain id="any">
|
|
<General>
|
|
<NetworkInterfaceAddress>hnet0</NetworkInterfaceAddress>
|
|
<AllowMulticast>false</AllowMulticast>
|
|
<MaxMessageSize>65500B</MaxMessageSize>
|
|
<FragmentSize>4000B</FragmentSize>
|
|
<Transport>udp6</Transport>
|
|
</General>
|
|
<Discovery>
|
|
<Peers>
|
|
<Peer address="turtlesim"/>
|
|
</Peers>
|
|
<ParticipantIndex>auto</ParticipantIndex>
|
|
</Discovery>
|
|
<Internal>
|
|
<Watermarks>
|
|
<WhcHigh>500kB</WhcHigh>
|
|
</Watermarks>
|
|
</Internal>
|
|
<Tracing>
|
|
<Verbosity>severe</Verbosity>
|
|
<OutputFile>stdout</OutputFile>
|
|
</Tracing>
|
|
</Domain>
|
|
</CycloneDDS> |