-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.1.0
-
Component/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:Blackbird Sprint 3 (jan19-30)
As a developer, I would like to eliminate pre-computation of shortest-paths as part of topology processing, so that I can reduce the system load and to improve the latency of reacting to network events.
Implementation Note:
Pre-compute only one set of shortest paths for each SCC root; only one path per src/dst pair needed in order to compute broadcast trees.