From: Frederic Suter Date: Fri, 20 Jul 2018 07:36:20 +0000 (+0200) Subject: [noci] fix #111 X-Git-Tag: v3_21~379 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d53e30ea4f655ad7aae70e6480080bb60a7efe54 [noci] fix #111 --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 3b909d4521..3ada216adb 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -1737,6 +1737,18 @@ characteristics (lookup: time to resolve a route): @li Cluster: Cluster routing, specific to cluster tag, should not be used. +@subsection pf_loopback I want to specify the characteristics of the loopback link! + +Each routing model automatically adds a loopback link for each declared host, i.e., +a network route from the host to itself, if no such route is declared in the XML +file. This default link has a bandwidth of 498 Mb/s, a latency of 15 microseconds, +and is not shared among network flows. + +If you want to specify the characteristics of the loopback link for a given host, you +just have to specify a route from this host to itself with the desired characteristics +in the XML file. This will prevent the routing model to add and use the default +loopback link. + @subsection pf_switch I want to describe a switch but there is no switch tag! Actually we did not include switch tag. But when you're trying to