Created
November 21, 2022 12:51
-
-
Save Meltwin/8bebb69528a6928c883114bd050cf570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>auto</NetworkInterfaceAddress> | |
<AllowMulticast>false</AllowMulticast> | |
</General> | |
<Discovery> | |
<ParticipantIndex>auto</ParticipantIndex> | |
<Peers> | |
<Peer address="host.docker.internal"/> | |
</Peers> | |
</Discovery> | |
</Domain> | |
</CycloneDDS> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment