doc/manual/routing.texi
changeset 4024 dfd0bc16dc99
parent 4020 4fa0b1ed5240
child 4372 d99061f1167c
equal deleted inserted replaced
4023:d320dea20aca 4024:dfd0bc16dc99
   311 
   311 
   312 For instance, this scheduling call will cause the tables to be rebuilt
   312 For instance, this scheduling call will cause the tables to be rebuilt
   313 at time 5 seconds:
   313 at time 5 seconds:
   314 @verbatim
   314 @verbatim
   315   Simulator::Schedule (Seconds (5),&GlobalRouteManager::RecomputeRoutingTables);
   315   Simulator::Schedule (Seconds (5),&GlobalRouteManager::RecomputeRoutingTables);
   316 @end verbatimT
   316 @end verbatim
   317 
   317 
   318 @node Global Routing Implementation
   318 @node Global Routing Implementation
   319 @section Global Routing Implementation
   319 @section Global Routing Implementation
   320 
   320 
   321 A singleton object (GlobalRouteManager) is responsible for populating
   321 A singleton object (GlobalRouteManager) is responsible for populating