mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
24 lines
1001 B
XML
24 lines
1001 B
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>
|
|
<Interfaces>
|
|
<NetworkInterface name="tailscale0"/>
|
|
</Interfaces>
|
|
<AllowMulticast>false</AllowMulticast>
|
|
</General>
|
|
<Discovery>
|
|
<Peers>
|
|
<!-- <Peer address="100.122.167.177"/>
|
|
<Peer address="100.73.99.155"/>
|
|
<Peer address="10.241.125.101"/> -->
|
|
</Peers>
|
|
<ParticipantIndex>auto</ParticipantIndex>
|
|
<MaxAutoParticipantIndex>40</MaxAutoParticipantIndex>
|
|
</Discovery>
|
|
<Tracing>
|
|
<Verbosity>severe</Verbosity>
|
|
<OutputFile>stdout</OutputFile>
|
|
</Tracing>
|
|
</Domain>
|
|
</CycloneDDS> |