C# Class Brunet.BootStrapTester

Show file Open project: johnynek/brunet Class Usage Examples

Public Properties

Property Type Description
_idx int

Protected Properties

Property Type Description
_ctable_to_node System.Collections.Hashtable
_sync object

Public Methods

Method Description
Add ( Node n ) : void
BenchmarkHops ( int reps ) : void
BenchmarkPing ( int reps ) : void
Remove ( Node n ) : void
ToDotFile ( ) : void

Private Methods

Method Description
BootStrapTester ( ArrayList nodes ) : System.IO
ConnectionTableChangeHandler ( object o, EventArgs arg ) : void
Main ( string args ) : void
Ping ( IList nodes ) : void
ProgramRunner ( string cmd, string cmd_args ) : void
TraceRoute ( IList nodes ) : void

Method Details

Add() public method

public Add ( Node n ) : void
n Node
return void

BenchmarkHops() public method

public BenchmarkHops ( int reps ) : void
reps int
return void

BenchmarkPing() public method

public BenchmarkPing ( int reps ) : void
reps int
return void

Remove() public method

public Remove ( Node n ) : void
n Node
return void

ToDotFile() public method

public ToDotFile ( ) : void
return void

Property Details

_ctable_to_node protected property

protected Hashtable,System.Collections _ctable_to_node
return System.Collections.Hashtable

_idx public property

public int _idx
return int

_sync protected property

protected object _sync
return object