Fix editing error in README config example
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
b6b0c25355
commit
9b7d93ec02
1 changed files with 2 additions and 3 deletions
|
@ -186,12 +186,11 @@ point to it. E.g. (on Linux):
|
||||||
|
|
||||||
$ cat cyclonedds.xml
|
$ cat cyclonedds.xml
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<CycloneDDS <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">
|
<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">
|
||||||
<CycloneDDS>
|
|
||||||
<Domain id="any">
|
<Domain id="any">
|
||||||
<General>
|
<General>
|
||||||
<NetworkInterfaceAddress>auto</NetworkInterfaceAddress>
|
<NetworkInterfaceAddress>auto</NetworkInterfaceAddress>
|
||||||
<AllowMulticast>auto</AllowMulticast>
|
<AllowMulticast>default</AllowMulticast>
|
||||||
<MaxMessageSize>65500B</MaxMessageSize>
|
<MaxMessageSize>65500B</MaxMessageSize>
|
||||||
<FragmentSize>4000B</FragmentSize>
|
<FragmentSize>4000B</FragmentSize>
|
||||||
</General>
|
</General>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue