|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimnet.RIPMessage
The object used to send a RIP Advertisment.
| Field Summary | |
int[] |
dests
The destination networks. |
int[] |
distances
The distances to each destination network. |
int[] |
fixed_bits
The size of each destination network. |
int |
source
The IP of the node sending this advertisment. |
| Constructor Summary | |
RIPMessage(int src,
int size)
Create a new RIP message from the specified source with space for the specified number of routes. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int source
public int[] dests
public int[] distances
public int[] fixed_bits
| Constructor Detail |
public RIPMessage(int src,
int size)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||