Class DVUpdatePacket

java.lang.Object
  extended by UpdatePacket
      extended by DVUpdatePacket

public class DVUpdatePacket
extends UpdatePacket

DVUpdatePackets carry routing table update logs, as well as the usual UpdatePacket information.


Field Summary
 java.util.Vector<RoutingTable.LogEntry> log
          Routing table pdate information.
 
Fields inherited from class UpdatePacket
fromNode
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public java.util.Vector<RoutingTable.LogEntry> log
Routing table pdate information.