Class ConnectionSettings.PingSettings
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
MaxSamples
The maximum number of time sync samples that is used for calculating the average.
public int MaxSamples { get; set; }
Property Value
MaxStablePingDeviation
The maximum standard deviation in ping that is considered stable.
public int MaxStablePingDeviation { get; set; }
Property Value
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; }