]> git.mxchange.org Git - hub.git/commitdiff
Added missing XML nodes (copied from announcement.xml as this is currently the same...
authorRoland Häder <roland@mxchange.org>
Mon, 18 Feb 2013 04:23:00 +0000 (04:23 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 18 Feb 2013 04:23:00 +0000 (04:23 +0000)
application/hub/templates/xml/dht_bootstrap/bootstrap.xml

index 709fa89436c7cae70a1a1a7bdb5d0ed70c5bbeb0..3e6c48e6e3cb8e3effad7ad275080b344d564fff 100644 (file)
@@ -22,4 +22,32 @@ You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <bootstrap>
+       <!--
+       The data in this message is similar to that in announcement, except that an
+       announcement is sent to boot, master and list nodes but this to "all" nodes
+       that matches some criteria. If we would send this to *really* all nodes,
+       this would easily flood the network.
+
+       Currently this XML message contains the same data fields as announcement.xml
+       but this might be changed in the future. And please remember that you can
+       type as much as you want here, as all will be removed by the compaction
+       step.
+       //-->
+       <bootstrap-data>
+               <!-- Status of this node, see node_status.xml for details. //-->
+               <node-status>{?node_status?}</node-status>
+               <!-- Node mode: regular, master, list, boot again //-->
+               <node-mode>{?node_default_mode?}</node-mode>
+               <!-- The session id. This should be announced to all other hubs. //-->
+               <session-id>{?session_id?}</session-id>
+               <!-- Data from our listeners (e.g. which port) //-->
+               <listener>
+                       <!-- Public external IP address //-->
+                       <external-ip>{?external_ip?}</external-ip>
+                       <!-- Private internal IP address //-->
+                       <internal-ip>{?internal_ip?}</internal-ip>
+                       <!-- Listener ports for both connections //-->
+                       <listen-port>{?node_listen_port?}</listen-port>
+               </listener>
+       </bootstrap-data>
 </bootstrap>