Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to specify symmetrical=YES, that's by default
[simgrid.git] / examples / platforms / storage / storage.xml
index 081374f..8413050 100644 (file)
@@ -41,6 +41,6 @@
 
     <link id="link1" bandwidth="125MBps" latency="150us" />
 
-    <route src="bob" dst="alice" symmetrical="YES"><link_ctn id="link1" /></route>
+    <route src="bob" dst="alice"><link_ctn id="link1" /></route>
   </AS>
 </platform>