Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid into no_simix_global
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_one_link_splitduplex.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <zone  id="AS0"  routing="Full">
5     <host id="bob" speed="1Gf"/>
6     <host id="alice" speed="500Mf"/>
7
8     <link id="link1" bandwidth="125MBps" latency="50us" sharing_policy="SPLITDUPLEX"/>
9
10     <route src="alice" dst="bob" symmetrical="YES">
11       <link_ctn id="link1" direction="UP"/>
12     </route>
13   </zone>
14 </platform>