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

H

handle(NetworkElement, Packet) - Method in class sime.Endpoint
Handle the data segments received from the remote endpoint.
handle(NetworkElement, Packet) - Method in class sime.Link
Link does not "handle" incoming packets, so this method does nothing.
handle(NetworkElement, Packet) - Method in class sime.NetworkElement
The method to receive packets from a lower-layer protocol.
handle(NetworkElement, Packet) - Method in class sime.Router
Buffers the incoming packet in the router memory.
handle(Segment) - Method in class sime.tcp.Receiver
Receives the segments from the sender, passes the ones that arrived error-free and in-order to the application.
handle(Segment) - Method in class sime.tcp.Sender
Processes ACKs received from the receiver.
handleDupACK(Segment) - Method in class sime.tcp.SenderState
Counts a duplicate ACK and checks if the count equals 3.
handleDupACK(Segment) - Method in class sime.tcp.SenderStateFastRecovery
This method handles a duplicate acknowledgment during fast recovery.
handleIncomingPacket(NetworkElement, Packet) - Method in class sime.Router.OutputPort
Handles an incoming packet that is heading out on this output port.
handleNewACK(Segment) - Method in class sime.tcp.SenderState
Processes a single new (i.e., not duplicate) acknowledgment segment in the slow start transmission mode.
handleOutOfSequenceSegment(Segment) - Method in class sime.tcp.Receiver
Helper method to handle out-of-sequence segments.
handleRTOtimeout(Segment) - Method in class sime.tcp.SenderState
Processes the TCP sender reaction to a retransmission timer (RTO) timeout.
Method called on the expired retransmission timeout (RTO) timer.
A B C D E F G H I L M N O P R S T U