Modified Files
BGPSession.java |
BGPSession class of SSF network simulator is overwritten to be able to implement
Cobb&Musunuri algorithm.
Decision processes are changed to dynamically update the cost associated
with peers and take consideration of the cost values while choosing
the best path.
|
PeerEntry.java |
Cobb&Musunuri algorithm associates cost vlaue with each Peer. Class
PeerEntry of SSF network simulator has been updated to include cost.
|
UpdateMessage.java |
UpdateMessage class of SSF network simulator has been updated to be able
to carry cost values.
|
Route.java |
Route class of SSF network simulator has been updated to be able
to handle epsilon routes.
|