]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/object_registry/object_registry.xml
A lot changes for refacturing protocol handler
[hub.git] / application / hub / templates / xml / object_registry / object_registry.xml
index 21d13c146db159d82c6cc1e001a344a84a3cbc3b..cb8966b5ba1503036f530061df604e62befbf759 100644 (file)
@@ -5,7 +5,7 @@ here.
 
 @author                Roland Haeder <webmaster@ship-simu.org>
 @version       0.0.0
-@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
 @license       GNU GPL 3.0 or any newer version
 @link          http://www.ship-simu.org
 
@@ -39,10 +39,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <!--
                        Recipient limitation:
                        ---------------------
-                       upper  - Only uploaded to "upper" hubs, these are bootstrap and
+                       upper  - Only send to "upper" hubs, these are bootstrap, master and
                                 list-nodes
-                       self   - Only upload to itself
+                       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>
@@ -55,8 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        //-->
                        <object-max-spread>1</object-max-spread>
                        <!--
-                       The protocol we should use for transmission. Valid values can be
-                       'tcp' or 'udp', without the quotes.
+                       The protocol we should use for transmission. Valid is 'unl' without
+                       the quotes.
                        //-->
                        <object-protocol>tcp</object-protocol>
                        <!--
@@ -73,28 +74,49 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <object-name>self_connect</object-name>
                        <object-recipient-limitation>self</object-recipient-limitation>
                        <object-max-spread>self</object-max-spread>
-                       <object-protocol>tcp</object-protocol>
+                       <object-protocol>unl</object-protocol>
                        <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
                <object-list-entry>
                        <object-name>announcement_answer</object-name>
                        <object-recipient-limitation>direct</object-recipient-limitation>
                        <object-max-spread>1</object-max-spread>
-                       <object-protocol>tcp</object-protocol>
+                       <object-protocol>unl</object-protocol>
                        <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
                <object-list-entry>
                        <object-name>request_node_list</object-name>
                        <object-recipient-limitation>upper</object-recipient-limitation>
                        <object-max-spread>1</object-max-spread>
-                       <object-protocol>tcp</object-protocol>
+                       <object-protocol>unl</object-protocol>
                        <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
                <object-list-entry>
                        <object-name>request_node_list_answer</object-name>
                        <object-recipient-limitation>direct</object-recipient-limitation>
                        <object-max-spread>1</object-max-spread>
-                       <object-protocol>tcp</object-protocol>
+                       <object-protocol>unl</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>unl</object-protocol>
+                       <object-recipient-type>hub</object-recipient-type>
+               </object-list-entry>
+               <object-list-entry>
+                       <object-name>dht_bootstrap_answer</object-name>
+                       <object-recipient-limitation>direct</object-recipient-limitation>
+                       <object-max-spread>1</object-max-spread>
+                       <object-protocol>unl</object-protocol>
+                       <object-recipient-type>hub</object-recipient-type>
+               </object-list-entry>
+               <object-list-entry>
+                       <object-name>dht_publish_entry</object-name>
+                       <object-recipient-limitation>all</object-recipient-limitation>
+                       <object-max-spread>4</object-max-spread>
+                       <object-protocol>unl</object-protocol>
                        <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
        </object-list>