Perform the routing table of a topology in respect with the Flood algorithm.
[R] = NL_R_FloodRT(G,T)
Graph.
Flood Time-To-Live.
Routing table.
NL_R_FloodRT computes the shortest paths between all couples of distinct network nodes of the graph G composed by N nodes in respect with the Flood algorithm.
The paths are stored in the routing table matrix R. Thus the route between the nodes i and j can be read at the line of index (i-1)*n+j. The first column of R provides each path length.