equal
deleted
inserted
replaced
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 |