A B C D E F G H I L M N O P R S T U 

L

lastByteAcked - Variable in class sime.tcp.Sender
Pointer to the last byte ACKed so far.
lastByteRecvd - Variable in class sime.tcp.Receiver
The field records the last byte received in-sequence.
lastByteSent - Variable in class sime.tcp.Sender
Pointer to the last byte sent so far.
lastByteSentBefore3xDupAcksRecvd - Variable in class sime.tcp.Sender
Pointer to the last byte sent Sender.lastByteSent at the time when Sender.dupACKthreshold duplicate acknowledgments were received.
lastTimeProcessCalled - Variable in class sime.NetworkElement
Indicates when the last time the method NetworkElement.process(int) was called, so that the Link knows how much time elapsed since the last call.
lastTimeProcessCalledMode1 - Variable in class sime.Link
Parameters that override NetworkElement.lastTimeProcessCalled because Link has different modes of processing.
lastTimeProcessCalledMode2 - Variable in class sime.Link
 
length - Variable in class sime.Packet
Packet length [in bytes].
Link - Class in sime
A full-duplex communication link that connects two network nodes.
Link(Simulator, String, NetworkElement, NetworkElement) - Constructor for class sime.Link
Constructor.
Link(Simulator, String, NetworkElement, NetworkElement, double, double) - Constructor for class sime.Link
Constructor.
link1 - Variable in class sime.Simulator
The communication link that connects Simulator.senderEndpt to Simulator.router.
link2 - Variable in class sime.Simulator
The communication link that connects Simulator.receiverEndpt to Simulator.router.
localEndpoint - Variable in class sime.tcp.Receiver
Local endpoint that contains this receiver object.
localEndpoint - Variable in class sime.tcp.Sender
Local endpoint that contains this sender object.
lookupNextStateAfterNewAck() - Method in class sime.tcp.SenderState
Helper method to look-up the next state that the sender will transition to after it received a "new ACK".
lookupNextStateAfterNewAck() - Method in class sime.tcp.SenderStateCongestionAvoidance
Helper method to look-up the next state that the sender will transition to after this one.
lookupNextStateAfterNewAck() - Method in class sime.tcp.SenderStateFastRecovery
Helper method to return the next state after a "new ACK".
lookupNextStateAfterNewAck() - Method in class sime.tcp.SenderStateSlowStart
Helper method to look-up the next state that the sender will transition to after this one.
A B C D E F G H I L M N O P R S T U