Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG_parallel_task_create() in msg_task.c.
[simgrid.git] / examples / msg / ns3 / 3links-p.xml
index 2e1738d..a7e6848 100644 (file)
@@ -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"/>