]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/object_registry/object_registry.xml
Register dht_bootstrap in object registry so it will be reconnized
[hub.git] / application / hub / templates / xml / object_registry / object_registry.xml
index 239db31746bb7ba738e0c9b13f7f3a1159599b73..bad35c2c2a540556b9c25bd3188fc0bc78e7ef54 100644 (file)
@@ -43,6 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                 list-nodes
                        self   - Only send to itself
                        direct - Only direct recipient(s)
+                       all    - self, upper and direct recipients (currently available)
                        ???    - More to follow ...
                        //-->
                        <object-recipient-limitation>upper</object-recipient-limitation>
@@ -97,5 +98,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <object-protocol>tcp</object-protocol>
                        <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
+               <object-list-entry>
+                       <object-name>dht_bootstrap</object-name>
+                       <object-recipient-limitation>all</object-recipient-limitation>
+                       <object-max-spread>3</object-max-spread>
+                       <object-protocol>tcp</object-protocol>
+                       <object-recipient-type>all</object-recipient-type>
+               </object-list-entry>
        </object-list>
 </object-registry>