Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pthreads are not used anymore. Standard C++ ones are
[simgrid.git] / examples / deprecated / java / app / bittorrent / bittorrent.xml
index b22ff10..a510cf0 100644 (file)
@@ -8,32 +8,32 @@
 
   <actor host="node-1.simgrid.org" function="app.bittorrent.Peer">
     <argument value="00000002"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-    <argument value="1" />       <!-- indicates if the app.bittorrent.Peer is a seed at the beginning of the simulation --> 
+    <argument value="5000" />    <!-- end time -->
+    <argument value="1" />       <!-- indicates if the app.bittorrent.Peer is a seed at the beginning of the simulation -->
   </actor>
   <actor host="node-2.simgrid.org" function="app.bittorrent.Peer">
     <argument value="00000003"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
+    <argument value="5000" />    <!-- end time -->
   </actor>
   <actor host="node-3.simgrid.org" function="app.bittorrent.Peer">
     <argument value="00000004"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
+    <argument value="5000" />    <!-- end time -->
   </actor>
   <actor host="node-4.simgrid.org" function="app.bittorrent.Peer">
     <argument value="00000005"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-    <argument value="1" />       <!-- indicates if the app.bittorrent.Peer is a seed at the beginning of the simulation --> 
+    <argument value="5000" />    <!-- end time -->
+    <argument value="1" />       <!-- indicates if the app.bittorrent.Peer is a seed at the beginning of the simulation -->
   </actor>
   <actor host="node-5.simgrid.org" function="app.bittorrent.Peer">
     <argument value="00000006"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
+    <argument value="5000" />    <!-- end time -->
   </actor>
   <actor host="node-6.simgrid.org" function="app.bittorrent.Peer">
     <argument value="00000007"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
+    <argument value="5000" />    <!-- end time -->
   </actor>
   <actor host="node-7.simgrid.org" function="app.bittorrent.Peer">
     <argument value="00000008"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
+    <argument value="5000" />    <!-- end time -->
   </actor>
 </platform>