From fa0d57ef6d3dfad668d6c90d24bfa384523411b8 Mon Sep 17 00:00:00 2001 From: navarro Date: Thu, 29 Mar 2012 14:14:28 +0200 Subject: [PATCH] Update platform documentation --- doc/platform.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/platform.doc b/doc/platform.doc index 5a327ef918..e0042ac622 100644 --- a/doc/platform.doc +++ b/doc/platform.doc @@ -469,7 +469,7 @@ DijsktraCache example : XXX? \endverbatim -\subsubsection pf_rm_sh Manually-entered route models +\subsubsection pf_rm_me Manually-entered route models \li Full: You have to enter all necessary routes manually \li RuleBased: Rule-Based routing data; same as Full except you can use regexp to express route. As SimGrid has to evaluate the regexp, it's slower than Full, but requires less memory. Regexp syntax is similar as pcre ones, as this is the lib SimGrid use to do so. @@ -529,9 +529,9 @@ RuleBased example : The example upper contains $1. Those $1 are evaluated as follow XXX? -\subsubsection pf_rm_sh Simple/fast models +\subsubsection pf_rm_sf Simple/fast models -\li none: No routing (usable with Constant network only) +\li none: No routing (Unless you know what you are doing, avoid using this mode in combination with a non Constant network model). None Example : \verbatim XXX? @@ -634,7 +634,7 @@ Let's say you have an AS named AS_Big that contains two other AS, AS_1 and AS_2. As said before, there are mainly 2 tags for routing : \li ASroute: to define routes between two AS -\li router: to define routes between two host/router +\li route: to define routes between two host/router As we are dealing with routes between AS, it means that those we'll have some definition at AS_Big level. Let consider AS_1 and AS_2 contains 1 host, 1 link and one router. -- 2.20.1