Method Sync
Sync(double, double)
Synchronizes the time system with up-to-date network statistics but does not change any time values or advance the time.
Declaration
public void Sync(double serverTimeSec, double rttSec)
Parameters
Type | Name | Description |
---|---|---|
double | serverTimeSec | The most recent server time value received in seconds. |
double | rttSec | The current RTT in seconds. Can be an averaged or a raw value. |