|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectudt.util.CircularArray<AckHistoryEntry>
udt.receiver.AckHistoryWindow
public class AckHistoryWindow
a circular array of each sent Ack and the time it is sent out
| Field Summary |
|---|
| Fields inherited from class udt.util.CircularArray |
|---|
circularArray, haveOverflow, max, position |
| Constructor Summary | |
|---|---|
AckHistoryWindow(int size)
|
|
| Method Summary | |
|---|---|
AckHistoryEntry |
getEntry(long ackNumber)
|
long |
getTime(long ackNumber)
return the time for the given seq no, or -1 if not known |
| Methods inherited from class udt.util.CircularArray |
|---|
add, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AckHistoryWindow(int size)
| Method Detail |
|---|
public long getTime(long ackNumber)
-1 if not known
ackNumber - public AckHistoryEntry getEntry(long ackNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||