ConnectionSettings.PingSettings
class in Coherence.Common.ConnectionSettings
Settings related to time syncing (ping calculation).
Constructors
PingSettings |
Properties
Default | |
MaxSamples | The maximum number of time sync samples that is used for calculating the average. |
MaxStablePingDeviation | The maximum standard deviation in ping that is considered stable. |
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. |