C# Class Brunet.Applications.Tests.NetworkTest.ResultState

Stores the results for a single node
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
CurrentAttempt int
Hops short[]
RTTs System.TimeSpan[]
StartTime System.DateTime
Target Address

Public Methods

Method Description
ResultState ( Address target ) : Brunet.Concurrent

Method Details

ResultState() public method

public ResultState ( Address target ) : Brunet.Concurrent
target Address
return Brunet.Concurrent

Property Details

CurrentAttempt public property

Current attempt
public int CurrentAttempt
return int

Hops public property

Hops from the remote node to the local node
public short[] Hops
return short[]

RTTs public property

RTTs between the local and remote nodes
public TimeSpan[],System RTTs
return System.TimeSpan[]

StartTime public property

Start time of the current attempt
public DateTime,System StartTime
return System.DateTime

Target public property

The remote node
public Address Target
return Address