The link-state sub-package
This sub-package has the following files:
- NetworkGraph: This maintains the graph structure. It
also has data structures to detect duplicates in link-state
updates.
- LinkState: This implements the link-state algorithm.
Earlier, this was implemented as a separate thread. But now, it
has routines that have to be called from the layer above.
- Peer: This keeps track of all the unresponded packets
sent to different peers of the cluster manager. This could
actually be part of the serv-comp sub-package, but is here for
historical reasons :-)
Bhaskaran Raman, bhaskar@cs.berkeley.edu
Last modified: Mon Jan 21 14:57:58 PST 2002