Property | Type | Description | |
---|---|---|---|
DESIRED_NEIGHBORS | int |
Property | Type | Description | |
---|---|---|---|
STRUC_NEAR | string | ||
TRIM_DELAY | double | ||
_DEFAULT_RETRY_INTERVAL | System.TimeSpan | ||
_MAX_RETRY_INTERVAL | System.TimeSpan | ||
_active | int | ||
_connectors | |||
_current_retry_interval | System.TimeSpan | ||
_last_connection_time | System.DateTime | ||
_last_retry_time | System.DateTime | ||
_need_left | int | ||
_need_right | int | ||
_rand | |||
_start_time | System.DateTime | ||
_sync | object | ||
_ta_auth | TAAuthorizer |
Method | Description | |
---|---|---|
Activate ( ) : void | ||
HandleCtmResponse ( |
||
StructuredNearConnectionOverlord ( Node n ) : System |
Method | Description | |
---|---|---|
CheckForNearerNeighbors ( ConnectionList structs, IEnumerable neighbors, Address &nltarget, Address &nrtarget ) : void | ||
CheckState ( object node, |
||
ConnectHandler ( object contab, |
||
ConnectTo ( ISender sender, Address target, string contype, int responses ) : void | ||
ConnectToNearer ( ConnectionList cl, Address forwarder, IEnumerable ni ) : void | ||
ConnectToNearer ( ConnectionList structs, IDictionary target_to_for, IEnumerable neighs ) : void | ||
ConnectorEndHandler ( object connector, |
||
DisconnectHandler ( object connectiontable, |
||
GetConnectToMessage ( string ConnectionType, string token ) : |
||
GetSelfTarget ( ) : Address | ||
StatusChangedHandler ( |
||
TrimConnections ( ) : void |
protected CheckForNearerNeighbors ( ConnectionList structs, IEnumerable neighbors, Address &nltarget, Address &nrtarget ) : void | ||
structs | ConnectionList | |
neighbors | IEnumerable | |
nltarget | Address | |
nrtarget | Address | |
return | void |
protected CheckState ( object node, |
||
node | object | |
eargs | ||
return | void |
protected ConnectHandler ( object contab, |
||
contab | object | |
eargs | ||
return | void |
protected ConnectTo ( ISender sender, Address target, string contype, int responses ) : void | ||
sender | ISender | |
target | Address | |
contype | string | |
responses | int | |
return | void |
protected ConnectToNearer ( ConnectionList cl, Address forwarder, IEnumerable ni ) : void | ||
cl | ConnectionList | |
forwarder | Address | |
ni | IEnumerable | |
return | void |
protected ConnectToNearer ( ConnectionList structs, IDictionary target_to_for, IEnumerable neighs ) : void | ||
structs | ConnectionList | |
target_to_for | IDictionary | |
neighs | IEnumerable | |
return | void |
protected ConnectorEndHandler ( object connector, |
||
connector | object | |
args | ||
return | void |
protected DisconnectHandler ( object connectiontable, |
||
connectiontable | object | |
args | ||
return | void |
protected GetConnectToMessage ( string ConnectionType, string token ) : |
||
ConnectionType | string | |
token | string | |
return |
public HandleCtmResponse ( |
||
c | ||
ret_path | ISender | |
ctm_resp | ||
return | bool |
protected StatusChangedHandler ( |
||
c | ||
oldnew | ConnectionState>.Brunet | |
return | void |
public StructuredNearConnectionOverlord ( Node n ) : System | ||
n | Node | |
return | System |
static protected TimeSpan,System _DEFAULT_RETRY_INTERVAL | ||
return | System.TimeSpan |
static protected TimeSpan,System _MAX_RETRY_INTERVAL | ||
return | System.TimeSpan |
protected Hashtable,System.Collections _connectors | ||
return |
protected TimeSpan,System _current_retry_interval | ||
return | System.TimeSpan |
protected DateTime,System _last_connection_time | ||
return | System.DateTime |
protected DateTime,System _last_retry_time | ||
return | System.DateTime |