Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / examples / platforms / crosstraffic.xml
index dedcff8..0cba660 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
 <platform version="4.1">
   <!-- S1 _________ C1
            link 1
@@ -9,7 +9,7 @@
     <host id="S1" speed="1Gf"/>
     <host id="C1" speed="1Gf"/>
 
-    <link id="1" bandwidth="10kBps" latency="10ms" sharing_policy="FULLDUPLEX"/>
+    <link id="1" bandwidth="10kBps" latency="10ms" sharing_policy="SPLITDUPLEX"/>
 
     <route src="S1" dst="C1" symmetrical="NO">
       <link_ctn id="1" direction="DOWN"/>