|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimnet.ReliablePacket
A TCP packet to be sent out, including retransmission info.
| Field Summary | |
long |
lastSent
|
TCP_Packet |
packet
|
Socket.ReliablePacketTimerTask |
retransmitter
|
int |
rtxCount
|
| Constructor Summary | |
ReliablePacket(TCP_Packet p)
Create a reliable packet wrapper around p. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public transient long lastSent
public transient int rtxCount
public transient Socket.ReliablePacketTimerTask retransmitter
public final TCP_Packet packet
| Constructor Detail |
public ReliablePacket(TCP_Packet p)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||