|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimnet.RoutingTable
simnet.ShortestPath
simnet.AggregateShortestPath
A routing table that uses global knowledge to route packets on the shortest path. If changes are made to the topology, the update shortest path (usp) command must be run. If an ip does not exist, an attempt is made to route to the /16 subnet it is in
| Field Summary |
| Fields inherited from class simnet.ShortestPath |
|
| Fields inherited from class simnet.RoutingTable |
node, NODE_ID |
| Constructor Summary | |
AggregateShortestPath()
|
|
| Method Summary | |
int |
lookup(int to)
Determines the ID of the next hop in the path to the specified node. |
| Methods inherited from class simnet.ShortestPath |
applicableLink, build, getDist, initialize, prePlugout |
| Methods inherited from class simnet.RoutingTable |
finalize, plugoutNotification |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AggregateShortestPath()
| Method Detail |
public int lookup(int to)
lookup in class ShortestPathto - the end of the path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||