]> 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 18ddb15fa5f70143ebca75a50ba539a1854209f0..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
 
@@ -56,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>
                        <!--
@@ -74,42 +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>tcp</object-protocol>
-                       <object-recipient-type>all</object-recipient-type>
+                       <object-protocol>unl</object-protocol>
+                       <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
                <object-list-entry>
-                       <object-name>dht_publish</object-name>
+                       <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>tcp</object-protocol>
+                       <object-protocol>unl</object-protocol>
                        <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
        </object-list>