프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_address_to_sender | ISender>.Dictionary | ||
_con_to_csw | ConSenderWrapper>.Dictionary | ||
_node | |||
_ondemand | |||
_ptype | |||
_ptype_mb | |||
_sender_to_address | Address>.Dictionary |
메소드 | 설명 | |
---|---|---|
ConnectTo ( Address dst ) : void | ||
ConnectionHandler ( |
||
ContainsAddress ( Address addr ) : bool | ||
GetAddress ( ISender sender ) : Address | ||
GetSender ( Address addr ) : ISender | ||
HandleData ( |
||
Send ( Address dst, |
메소드 | 설명 | |
---|---|---|
AddConnection ( Address addr, ISender sender ) : void |
Add to the dictionaries!
|
|
GetConnection ( Address addr ) : |
||
HandleConnection ( object ct, |
New edge...
|
|
HandleDisconnection ( object ct, |
Lost an edge...
|
|
RemoveConnection ( Address addr ) : void |
Lost an edge, remove it from our connections
|
|
SenderToAddress ( ISender sender ) : Address | ||
TryGetSender ( Address dst, ISender &sender ) : bool |
Try to find a sender, if it exists, add to the dictionaries
|
|
ValidConnection ( |
||
ValidDisconnection ( |
protected AddConnection ( Address addr, ISender sender ) : void | ||
addr | Address | |
sender | ISender | |
리턴 | void |
public ConnectionHandler ( |
||
ptype | ||
node | ||
리턴 | Brunet.Connections |
protected GetConnection ( Address addr ) : |
||
addr | Address | |
리턴 |
protected HandleConnection ( object ct, |
||
ct | object | |
ea | ||
리턴 | void |
public HandleData ( |
||
data | ||
return_path | ISender | |
state | object | |
리턴 | void |
protected HandleDisconnection ( object ct, |
||
ct | object | |
ea | ||
리턴 | void |
public Send ( Address dst, |
||
dst | Address | |
packet | ||
리턴 | bool |
protected SenderToAddress ( ISender sender ) : Address | ||
sender | ISender | |
리턴 | Address |
protected TryGetSender ( Address dst, ISender &sender ) : bool | ||
dst | Address | |
sender | ISender | |
리턴 | bool |
protected ValidConnection ( |
||
con | ||
리턴 | void |
protected ValidDisconnection ( |
||
con | ||
리턴 | void |
protected OnDemandConnectionOverlord,Brunet.Connections _ondemand | ||
리턴 |