Fix most of the validation problems
Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
parent
4f2addef1a
commit
c5b22bf629
3 changed files with 6 additions and 8 deletions
|
@ -30,8 +30,8 @@
|
||||||
</Tracing>
|
</Tracing>
|
||||||
<Internal>
|
<Internal>
|
||||||
<MaxParticipants>${MAX_PARTICIPANTS}</MaxParticipants>
|
<MaxParticipants>${MAX_PARTICIPANTS}</MaxParticipants>
|
||||||
<HeartbeatInterval max="10 s"> 100 ms </HeartbeatInterval>
|
<HeartbeatInterval>100 ms</HeartbeatInterval>
|
||||||
<RediscoveryBlacklistDuration></RediscoveryBlacklistDuration>
|
<RediscoveryBlacklistDuration>10s</RediscoveryBlacklistDuration>
|
||||||
</Internal>
|
</Internal>
|
||||||
</Domain>
|
</Domain>
|
||||||
</CycloneDDS>
|
</CycloneDDS>
|
||||||
|
|
|
@ -13,9 +13,7 @@
|
||||||
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
||||||
-->
|
-->
|
||||||
<CycloneDDS xmlns="https://cdds.io/config">
|
<CycloneDDS xmlns="https://cdds.io/config">
|
||||||
<Domain>
|
<Domain Id="any">
|
||||||
<Id>any</Id>
|
|
||||||
</Domain>
|
|
||||||
<General>
|
<General>
|
||||||
<AllowMulticast>true</AllowMulticast>
|
<AllowMulticast>true</AllowMulticast>
|
||||||
<EnableMulticastLoopback>true</EnableMulticastLoopback>
|
<EnableMulticastLoopback>true</EnableMulticastLoopback>
|
||||||
|
@ -27,4 +25,5 @@
|
||||||
<Verbosity>finest</Verbosity>
|
<Verbosity>finest</Verbosity>
|
||||||
<OutputFile>ddsi_${MPT_PROCESS_NAME}.log</OutputFile>
|
<OutputFile>ddsi_${MPT_PROCESS_NAME}.log</OutputFile>
|
||||||
</Tracing-->
|
</Tracing-->
|
||||||
|
</Domain>
|
||||||
</CycloneDDS>
|
</CycloneDDS>
|
||||||
|
|
|
@ -13,9 +13,7 @@
|
||||||
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
||||||
-->
|
-->
|
||||||
<CycloneDDS xmlns="https://cdds.io/config">
|
<CycloneDDS xmlns="https://cdds.io/config">
|
||||||
<Domain>
|
<Domain Id="${DOMAIN_ID}">
|
||||||
<Id>${DOMAIN_ID}</Id>
|
|
||||||
</Domain>
|
|
||||||
<General>
|
<General>
|
||||||
<AllowMulticast>true</AllowMulticast>
|
<AllowMulticast>true</AllowMulticast>
|
||||||
<EnableMulticastLoopback>true</EnableMulticastLoopback>
|
<EnableMulticastLoopback>true</EnableMulticastLoopback>
|
||||||
|
@ -27,4 +25,5 @@
|
||||||
<Verbosity>finest</Verbosity>
|
<Verbosity>finest</Verbosity>
|
||||||
<OutputFile>ddsi_${MPT_PROCESS_NAME}.log</OutputFile>
|
<OutputFile>ddsi_${MPT_PROCESS_NAME}.log</OutputFile>
|
||||||
</Tracing-->
|
</Tracing-->
|
||||||
|
</Domain>
|
||||||
</CycloneDDS>
|
</CycloneDDS>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue