Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use correct capitalization for unit prefixes.
[simgrid.git] / examples / msg / ns3 / 3hosts_2links_p.xml
index 2462a7e..83caaea 100644 (file)
@@ -6,12 +6,12 @@
 
        <AS id="AS0" routing="Full">
 
-               <host id="a" power="1gf" />
-               <host id="b" power="1gf" />
-               <host id="c" power="1gf" />
+               <host id="a" power="1Gf" />
+               <host id="b" power="1Gf" />
+               <host id="c" power="1Gf" />
 
-               <link id="1" bandwidth="1KBps" latency="10ms" />
-               <link id="2" bandwidth="1KBps" latency="10ms" />
+               <link id="1" bandwidth="1kBps" latency="10ms" />
+               <link id="2" bandwidth="1kBps" latency="10ms" />
 
                <route src="a" dst="b">
                        <link_ctn id="1" />