Свойство | Тип | Описание | |
---|---|---|---|
DESIRED_NEIGHBORS | int | ||
OPTIMIZE_DELAY | int |
Свойство | Тип | Описание | |
---|---|---|---|
MAX_DOUBT_BENEFITS | int | ||
STRUC_BYPASS | string | ||
STRUC_SHORT | string | ||
TRIM_DELAY | double | ||
_DEFAULT_RETRY_INTERVAL | System.TimeSpan | ||
_MAX_RETRY_INTERVAL | System.TimeSpan | ||
_active | int | ||
_current_retry_interval | System.TimeSpan | ||
_doubts_table | |||
_last_connection_time | System.DateTime | ||
_last_optimize_time | System.DateTime | ||
_last_retry_time | System.DateTime | ||
_need_bypass | int | ||
_need_short | int | ||
_rand | |||
_shortcuts | int | ||
_start_time | System.DateTime | ||
_sum_con_lifetime | double | ||
_sync | object | ||
_ta_auth | |||
_target_selector | |||
_trim_count | int |
Метод | Описание | |
---|---|---|
Activate ( ) : void | ||
StructuredShortcutConnectionOverlord ( Node n ) : System |
Метод | Описание | |
---|---|---|
CheckBypassCallback ( Address start, |
||
CheckConnectionOptimality ( object node, |
||
CheckShortcutCallback ( Address random_target, |
||
CheckState ( object node, |
||
ConnectHandler ( object contab, |
||
CreateBypass ( ) : void | ||
CreateBypassCallback ( Address start, |
||
CreateShortcut ( ) : void | ||
CreateShortcutCallback ( Address start, |
||
DisconnectHandler ( object connectiontable, |
||
IsConnectionOptimal ( Address curr_address, |
||
TrimConnections ( ) : void |
protected CheckBypassCallback ( Address start, |
||
start | Address | |
score_table | ||
bp_address | Address | |
Результат | void |
protected CheckConnectionOptimality ( object node, |
||
node | object | |
eargs | ||
Результат | void |
protected CheckShortcutCallback ( Address random_target, |
||
random_target | Address | |
score_table | ||
sc_address | Address | |
Результат | void |
protected CheckState ( object node, |
||
node | object | |
eargs | ||
Результат | void |
protected ConnectHandler ( object contab, |
||
contab | object | |
eargs | ||
Результат | void |
protected CreateBypassCallback ( Address start, |
||
start | Address | |
score_table | ||
current | Address | |
Результат | void |
protected CreateShortcutCallback ( Address start, |
||
start | Address | |
score_table | ||
current | Address | |
Результат | void |
protected DisconnectHandler ( object connectiontable, |
||
connectiontable | object | |
args | ||
Результат | void |
protected IsConnectionOptimal ( Address curr_address, |
||
curr_address | Address | |
score_table | ||
max_rank | int | |
Результат | bool |
public StructuredShortcutConnectionOverlord ( Node n ) : System | ||
n | Node | |
Результат | System |
protected static int MAX_DOUBT_BENEFITS | ||
Результат | int |
static protected TimeSpan,System _DEFAULT_RETRY_INTERVAL | ||
Результат | System.TimeSpan |
static protected TimeSpan,System _MAX_RETRY_INTERVAL | ||
Результат | System.TimeSpan |
protected TimeSpan,System _current_retry_interval | ||
Результат | System.TimeSpan |
protected Hashtable,System.Collections _doubts_table | ||
Результат |
protected DateTime,System _last_connection_time | ||
Результат | System.DateTime |
protected DateTime,System _last_optimize_time | ||
Результат | System.DateTime |
protected DateTime,System _last_retry_time | ||
Результат | System.DateTime |
protected static TAAuthorizer,Brunet.Transport _ta_auth | ||
Результат |
protected TargetSelector,Brunet.Symphony _target_selector | ||
Результат |