]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/ns3/3links-p.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further improve the MSG doc by documenting the examples
[simgrid.git] / examples / msg / ns3 / 3links-p.xml
index 647b29ef55078a6308767dcde9b743630b1b53eb..a7e684825135716e7c788b182e98a280f95ccc64 100644 (file)
@@ -7,7 +7,7 @@
  
  S2 _______2_____ C2
  
- S3 ________3____ C2
+ S3 ________3____ C3
  
  -->
        
@@ -19,9 +19,9 @@
    <host id="S3" power="1000000000"/>
    <host id="C3" power="1000000000"/>
  
-   <link id="1" bandwidth="1000" latency="0.01"/>
-   <link id="2" bandwidth="1000" latency="0.01"/>
-   <link id="3" bandwidth="1000" latency="0.01"/>
+   <link id="1" bandwidth="1000000" latency="0.00001"/>
+   <link id="2" bandwidth="1000000" latency="0.00001"/>
+   <link id="3" bandwidth="1000000" latency="0.00001"/>
  
    <route src="S1" dst="C1">
       <link_ctn id="1"/>
@@ -34,4 +34,4 @@
    </route>
   
  </AS>
- </platform>
\ No newline at end of file
+ </platform>