|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteDsr.MaintenanceBufferEntry
private class RouteDsr.MaintenanceBufferEntry
Entries in the Maintenance Buffer correspond to messages that have been sent and are currently waiting passive acknowledgement. An overheard message is taken as a passive acknowledgement of a previously sent message if they have equal source addresses, destination addresses, protocol numbers, id numbers, fragmentation offsets, and if the Segments Left field of the Source Route option of the overheard message has a lower value than the corresponding field in the sent message.
Field Summary | |
---|---|
NetAddress |
dest
Destination address. |
short |
fragOffset
IP Fragmentation Offset. |
short |
id
IP Identification number. |
short |
protocol
Network protocol. |
NetAddress |
src
Source address. |
Constructor Summary | |
---|---|
RouteDsr.MaintenanceBufferEntry(NetAddress src,
NetAddress dest,
short protocol,
short id,
short fragOffset)
Creates a new MaintenanceBufferEntry . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NetAddress src
public NetAddress dest
public short protocol
public short id
public short fragOffset
Constructor Detail |
---|
public RouteDsr.MaintenanceBufferEntry(NetAddress src, NetAddress dest, short protocol, short id, short fragOffset)
MaintenanceBufferEntry
.
src
- source addressdest
- destination addressprotocol
- network protocolid
- IP Identification numberfragOffset
- IP Fragmentation OffsetMethod Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |