Property | Type | Description | |
---|---|---|---|
_fe | FuzzyEvent | ||
_running | int | ||
_ta_handler | ITAHandler |
Method | Description | |
---|---|---|
BeginFindingTAs ( ) : bool |
We need some TAs.
|
|
Discovery ( ITAHandler ta_handler ) : Brunet.Util | ||
EndFindingTAs ( ) : bool |
No more TAs are necessary.
|
|
Stop ( ) : bool |
Method | Description | |
---|---|---|
LocalTAsToString ( ) : IList |
Returns a list of all local TAs as strings.
|
|
LocalTAsToString ( int max_tas ) : IList |
Returns a list of some local TAs as strings.
|
|
SeekTAs ( System.DateTime now ) : void |
Called to inquire the shared medium for TAs.
|
|
UpdateRemoteTAs ( IList tas_as_str ) : void |
Converts a list of TAs as strings into TA objects.
|
|
UpdateRemoteTAs ( List |
public Discovery ( ITAHandler ta_handler ) : Brunet.Util | ||
ta_handler | ITAHandler | |
return | Brunet.Util |
protected LocalTAsToString ( int max_tas ) : IList | ||
max_tas | int | |
return | IList |
abstract protected SeekTAs ( System.DateTime now ) : void | ||
now | System.DateTime | |
return | void |
protected UpdateRemoteTAs ( IList tas_as_str ) : void | ||
tas_as_str | IList | |
return | void |
protected UpdateRemoteTAs ( List |
||
tas | List |
|
return | void |