Table of Contents

Class ConnectionSettings.PingSettings

Namespace
Coherence.Common
Assembly
Coherence.Common.dll

Settings related to time syncing (ping calculation).

public class ConnectionSettings.PingSettings
Inheritance
ConnectionSettings.PingSettings

Constructors

PingSettings()

public PingSettings()

Properties

Default

public static ConnectionSettings.PingSettings Default { get; }

Property Value

ConnectionSettings.PingSettings

MaxSamples

The maximum number of time sync samples that is used for calculating the average.

public int MaxSamples { get; set; }

Property Value

int

MaxStablePingDeviation

The maximum standard deviation in ping that is considered stable.

public int MaxStablePingDeviation { get; set; }

Property Value

int

MinSamplesForStability

The minimum number of samples required for a ping to be considered stable. The higher the number the more accurate ping value will be.

public int MinSamplesForStability { get; set; }

Property Value

int