Package | Description |
---|---|
sime | |
sime.tcp |
Modifier and Type | Field and Description |
---|---|
private Endpoint |
Simulator.receiverEndpt |
protected Endpoint |
Endpoint.remoteEndpoint
Remote endpoint that established a TCP connection
with this local endpoint.
|
private Endpoint |
Simulator.senderEndpt
Two endpoints of the TCP connection that will be simulated.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.getRemoteTCPendpoint() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Endpoint.setRemoteTCPendpoint(Endpoint remoteTCPendpoint) |
Constructor and Description |
---|
Endpoint(Simulator simulator_,
java.lang.String name_,
Endpoint remoteTCPendpoint_,
java.lang.String senderType_,
int rcvWindow_)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) Endpoint |
Sender.localEndpoint
Local endpoint that contains this sender object.
|
(package private) Endpoint |
Receiver.localEndpoint
Local endpoint that contains this receiver object.
|
Constructor and Description |
---|
Receiver(Endpoint localTCPendpoint_,
int rcvWindowSize_)
Constructor.
|
Sender(Endpoint localTCPendpoint_)
Base class constructor; not public.
|
SenderNewReno(Endpoint localTCPendpoint_)
Constructor.
|
SenderReno(Endpoint localTCPendpoint_)
Constructor.
|
SenderTahoe(Endpoint localTCPendpoint_)
Constructor.
|