Package | Description |
---|---|
sime | |
sime.tcp |
Modifier and Type | Field and Description |
---|---|
TimedComponent |
TimerSimulated.callback
The callback object that will be called when this timer expires.
|
Modifier and Type | Method and Description |
---|---|
void |
Simulator.checkExpiredTimers(TimedComponent component_)
The simulator checks if any running timers
expired because the simulation clock has ticked.
|
Constructor and Description |
---|
TimerSimulated(TimedComponent callback_,
int type_,
double time_)
Note: The constructor should check that
time_
is indeed in the future, but we currently don't check that... |
Modifier and Type | Class and Description |
---|---|
class |
Receiver
|
class |
Sender
The base class for a TCP sender protocol module.
Because this is a simple simulator, some intricate details of TCP senders are left out. |
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.
|