C# Class Brunet.Simulator.TestSimulator

Datei anzeigen Open project: pstjuste/brunet

Public Methods

Method Description
CompleteTheDtlsRing ( ) : void

Protected Methods

Method Description
AreConnected ( Node node0, Node node1 ) : bool
ConnectionHandlerTest ( Node node0, Node node1, ConnectionHandler ch0, ConnectionHandler ch1 ) : void

Private Methods

Method 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 method

protected AreConnected ( Node node0, Node node1 ) : bool
node0 Node
node1 Node
return bool

CompleteTheDtlsRing() public method

public CompleteTheDtlsRing ( ) : void
return void

ConnectionHandlerTest() protected method

protected ConnectionHandlerTest ( Node node0, Node node1, ConnectionHandler ch0, ConnectionHandler ch1 ) : void
node0 Node
node1 Node
ch0 ConnectionHandler
ch1 ConnectionHandler
return void