Skip to content

Optimizing topology request to all nodes

Nevadita requested to merge 7861_topo into devel

The Algo so send topology request is as below:

  1. Send topology req to the selfnode
  2. Send topology req to all the neighbor node of self node which are not present in hash table
  3. Loop all nodes in hash table a. Send topology req to the neighbor node that are not selfnode and not in hash table b. Send topology request to node in hashtable c. Send higher layer request to node in hashtable d. Send linklayer request to node in hashtable
Edited by Nevadita

Merge request reports