mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
update
This commit is contained in:
parent
bda89bac55
commit
3c530c2fdf
24
customize/cyclonedds.xml
Normal file
24
customize/cyclonedds.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?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>
|
Loading…
Reference in New Issue
Block a user