C# Class Brunet.Simulator.RelayOverlapSimulator

Inheritance: Simulator
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Méthode Description
AddDisconnectedPair ( Address &address1, Address &address2, bool nctunnel ) : void
CloseOverlap ( Node node ) : void
Evaluator ( RelayOverlapSimulator sim ) : void
FindOverlap ( Node node1, Node node2 ) : void
Main ( string args ) : int
RelayOverlapSimulator ( Parameters p ) : System
Run ( RelayOverlapSimulator sim, Address addr1, Address addr2 ) : void
Simulator ( RelayOverlapSimulator sim ) : void

Méthodes protégées

Méthode Description
AddBrokenNode ( NodeMapping &nm, Address addr, int broken_port, bool nctunnel ) : void
FindOverlapWorker ( Node node1, Node node2 ) : void

Method Details

AddBrokenNode() protected méthode

protected AddBrokenNode ( NodeMapping &nm, Address addr, int broken_port, bool nctunnel ) : void
nm NodeMapping
addr Address
broken_port int
nctunnel bool
Résultat void

AddDisconnectedPair() public méthode

public AddDisconnectedPair ( Address &address1, Address &address2, bool nctunnel ) : void
address1 Address
address2 Address
nctunnel bool
Résultat void

CloseOverlap() public méthode

public CloseOverlap ( Node node ) : void
node Node
Résultat void

Evaluator() public static méthode

public static Evaluator ( RelayOverlapSimulator sim ) : void
sim RelayOverlapSimulator
Résultat void

FindOverlap() public méthode

public FindOverlap ( Node node1, Node node2 ) : void
node1 Node
node2 Node
Résultat void

FindOverlapWorker() protected méthode

protected FindOverlapWorker ( Node node1, Node node2 ) : void
node1 Node
node2 Node
Résultat void

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int

RelayOverlapSimulator() public méthode

public RelayOverlapSimulator ( Parameters p ) : System
p Parameters
Résultat System

Run() public static méthode

public static Run ( RelayOverlapSimulator sim, Address addr1, Address addr2 ) : void
sim RelayOverlapSimulator
addr1 Address
addr2 Address
Résultat void

Simulator() public static méthode

public static Simulator ( RelayOverlapSimulator sim ) : void
sim RelayOverlapSimulator
Résultat void