C# 클래스 Brunet.Simulator.TestSimulator

파일 보기 프로젝트 열기: pstjuste/brunet

공개 메소드들

메소드 설명
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