C# Class Brunet.Simulator.TestSimulator

Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Méthode Description
CompleteTheDtlsRing ( ) : void

Méthodes protégées

Méthode Description
AreConnected ( Node node0, Node node1 ) : bool
ConnectionHandlerTest ( Node node0, Node node1, ConnectionHandler ch0, ConnectionHandler ch1 ) : void

Private Methods

Méthode Description
Cleanup ( ) : void
CompleteTheSubring ( ) : void
Relays ( ) : void
RingTest ( ) : void

First half builds the ring, second half tests the connection handler...

SecureRingTest ( ) : void
TestNat ( Simulator sim, NatTypes n0type0, NatTypes n0type1, NatTypes n1type0, NatTypes n1type1, bool relay ) : void
TestNat ( Simulator sim, NatTypes type0, NatTypes type1, bool relay ) : void
TestNatTraversal ( ) : void

Method Details

AreConnected() protected méthode

protected AreConnected ( Node node0, Node node1 ) : bool
node0 Node
node1 Node
Résultat bool

CompleteTheDtlsRing() public méthode

public CompleteTheDtlsRing ( ) : void
Résultat void

ConnectionHandlerTest() protected méthode

protected ConnectionHandlerTest ( Node node0, Node node1, ConnectionHandler ch0, ConnectionHandler ch1 ) : void
node0 Node
node1 Node
ch0 ConnectionHandler
ch1 ConnectionHandler
Résultat void