Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / examples / platforms / routing_cluster.xml
index 872b303..fae4223 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">
 <!--              router1 - - - - - - link1-2 - - - - - - router2
        __________________________                   _________________________
@@ -21,7 +21,7 @@ l1_up / / l1_down  | l3   l2_up\ \ l2_down   l4_up / / l4_down  | l6   l5_up\ \
       <host_link id="host1" up="l1_UP" down="l1_DOWN"/>
 
       <host id="host2" speed="1Gf"/>
-      <link id="l2" bandwidth="125MBps" latency="100us" sharing_policy="FULLDUPLEX"/>
+      <link id="l2" bandwidth="125MBps" latency="100us" sharing_policy="SPLITDUPLEX"/>
       <host_link id="host2" up="l2_UP" down="l2_DOWN"/>
 
       <host id="host3" speed="1Gf"/>
@@ -40,7 +40,7 @@ l1_up / / l1_down  | l3   l2_up\ \ l2_down   l4_up / / l4_down  | l6   l5_up\ \
       <host_link id="host4" up="l4_UP" down="l4_DOWN"/>
 
       <host id="host5" speed="1Gf"/>
-      <link id="l5" bandwidth="125MBps" latency="100us" sharing_policy="FULLDUPLEX"/>
+      <link id="l5" bandwidth="125MBps" latency="100us" sharing_policy="SPLITDUPLEX"/>
       <host_link id="host5" up="l5_UP" down="l5_DOWN"/>
 
       <host id="host6" speed="1Gf"/>