Package | Description |
---|---|
sime | |
sime.tcp |
Modifier and Type | Field and Description |
---|---|
protected Sender |
Endpoint.sender
The sender will be created in the constructor based on
the supplied type, such as Tahoe, Reno, etc.
|
Modifier and Type | Method and Description |
---|---|
Sender |
Endpoint.getSender() |
Modifier and Type | Class and Description |
---|---|
class |
SenderNewReno
|
class |
SenderReno
TCP old Reno implementation of a sender that appeared first
in early 1990s.
|
class |
SenderTahoe
TCP Tahoe implementation of a sender.
|
Modifier and Type | Field and Description |
---|---|
protected Sender |
SenderState.sender
TCP sender.
|
Constructor and Description |
---|
SenderStateCongestionAvoidance(Sender sender,
SenderState slowStartState,
SenderState after3xDupACKstate)
Constructor for the congestion avoidance state of a TCP sender.
|
SenderStateFastRecovery(Sender sender,
SenderState slowStartState,
SenderState congestionAvoidanceState)
Constructor for the fast recovery state of a TCP Reno sender.
|
SenderStateSlowStart(Sender sender,
SenderState congestionAvoidanceState,
SenderState after3xDupACKstate)
Constructor for the slow start state of a TCP sender.
|