C# Класс Brunet.Simulator.TestSimulator

Показать файл Открыть проект

Открытые методы

Метод Описание
CompleteTheDtlsRing ( ) : void

Защищенные методы

Метод Описание
AreConnected ( Node node0, Node node1 ) : bool
ConnectionHandlerTest ( Node node0, Node node1, ConnectionHandler ch0, ConnectionHandler ch1 ) : void

Приватные методы

Метод Описание
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

Описание методов

AreConnected() защищенный Метод

protected AreConnected ( Node node0, Node node1 ) : bool
node0 Node
node1 Node
Результат bool

CompleteTheDtlsRing() публичный Метод

public CompleteTheDtlsRing ( ) : void
Результат void

ConnectionHandlerTest() защищенный Метод

protected ConnectionHandlerTest ( Node node0, Node node1, ConnectionHandler ch0, ConnectionHandler ch1 ) : void
node0 Node
node1 Node
ch0 ConnectionHandler
ch1 ConnectionHandler
Результат void