Property | Type | Description | |
---|---|---|---|
LatencyMap | List
|
||
LocalID | int | ||
Nat | INat |
Property | Type | Description | |
---|---|---|---|
_ba | BufferAllocator | ||
_bytes | long | ||
_edges | Edge>.Dictionary | ||
_el_map | Dictionary |
||
_is_started | bool | ||
_ploss_prob | double | ||
_rand | |||
_ta_type | TransportAddress.TAType | ||
_use_delay | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Clear ( |
||
CreateEdgeTo ( |
||
HandleEdgeSend ( Edge from, ICopyable p ) : void | ||
SimulationEdgeListener ( int id, double loss_prob, |
||
SimulationEdgeListener ( int id, double loss_prob, |
||
Start ( ) : void | ||
Stop ( ) : void | ||
TotalDataTransferred ( ) : long | ||
UpdateLocalTAs ( Edge e, |
Method | Description | |
---|---|---|
AddEdge ( Edge edge ) : void | ||
CloseHandler ( object edge, |
||
GetEdgeListenerList ( |
Retrieve a given EL Dictionary for the TA Type. This could leak, though that would take the creation of many different EL types and in normal usage there will only be 1 or 2 types.
|
Method | Description | |
---|---|---|
CreateRemoteEdge ( SimulationEdge se_l ) : void | ||
SimulationEdgeListener ( ) : System |
static public Clear ( |
||
type | ||
return | void |
protected CloseHandler ( object edge, |
||
edge | object | |
ea | ||
return | void |
public CreateEdgeTo ( |
||
ta | ||
ecb | EdgeCreationCallback | |
return | void |
static protected GetEdgeListenerList ( |
||
type | ||
return | SimulationEdgeListener>.Dictionary |
public HandleEdgeSend ( Edge from, ICopyable p ) : void | ||
from | Edge | |
p | ICopyable | |
return | void |
public SimulationEdgeListener ( int id, double loss_prob, |
||
id | int | |
loss_prob | double | |
ta_auth | ||
use_delay | bool | |
return | System |
public SimulationEdgeListener ( int id, double loss_prob, |
||
id | int | |
loss_prob | double | |
ta_auth | ||
use_delay | bool | |
type | ||
nat | INat | |
return | System |
static public TotalDataTransferred ( ) : long | ||
return | long |
public UpdateLocalTAs ( Edge e, |
||
e | Edge | |
ta | ||
return | void |
protected TransportAddress.TAType _ta_type | ||
return | TransportAddress.TAType |