diff --git a/docs/manual/options.md b/docs/manual/options.md index 8341f3d..f8a7aa5 100644 --- a/docs/manual/options.md +++ b/docs/manual/options.md @@ -1349,7 +1349,7 @@ is therefore recommended to set it to at least several seconds. Valid values are finite durations with an explicit unit or the keyword 'inf' for infinity. Recognised units: ns, us, ms, s, min, hr, day. -The default value is: "10s". +The default value is: "0s". #### //CycloneDDS/Domain/Internal/RediscoveryBlacklistDuration[@enforce] diff --git a/etc/cyclonedds.rnc b/etc/cyclonedds.rnc index e6ce80d..0898f32 100644 --- a/etc/cyclonedds.rnc +++ b/etc/cyclonedds.rnc @@ -1113,7 +1113,7 @@ is therefore recommended to set it to at least several seconds.
Valid values are finite durations with an explicit unit or the keyword 'inf' for infinity. Recognised units: ns, us, ms, s, min, hr, -day.
The default value is: "10s".
""" ] ] +day.The default value is: "0s".
""" ] ] element RediscoveryBlacklistDuration { [ a:documentation [ xml:lang="en" """This attribute controls whether the configured time during which
diff --git a/etc/cyclonedds.xsd b/etc/cyclonedds.xsd
index cca1c3c..8214bf1 100644
--- a/etc/cyclonedds.xsd
+++ b/etc/cyclonedds.xsd
@@ -1475,7 +1475,7 @@ is therefore recommended to set it to at least several seconds.</p>
<p>Valid values are finite durations with an explicit unit or the keyword
'inf' for infinity. Recognised units: ns, us, ms, s, min, hr,
-day.</p><p>The default value is: "10s".</p>
+day.</p><p>The default value is: "0s".</p>
Do not use. This element controls whether the actual sending of packets occurs on the same thread that prepares them, or is done asynchronously by another thread. This element controls for how long a remote participant that was previously deleted will remain on a blacklist to prevent rediscovery, giving the software on a node time to perform any cleanup actions it needs to do. To some extent this delay is required internally by DDSI2E, but in the default configuration with the 'enforce' attribute set to false, DDSI2E will reallow rediscovery as soon as it has cleared its internal administration. Setting it to too small a value may result in the entry being pruned from the blacklist before DDSI2E is ready, it is therefore recommended to set it to at least several seconds. This element controls whether all traffic is handled by a single receive thread (false) or whether multiple receive threads may be used to improve latency (true). By default it is disabled on Windows because it appears that one cannot count on being able to send packets to oneself, which is necessary to stop the thread during shutdown. Currently multiple receive threads are only used for connectionless transport (e.g., UDP) and ManySocketsMode not set to single (the default).