- Timestamp:
- Jul 2, 2009 1:58:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r21162 r21163 577 577 " --timesync-interval Specifies the interval at which to synchronize the\n" 578 578 " time with the host. The default is 10000 ms.\n" 579 " --timesync-min-adjust The minimum absolute drift value measured\n" 580 " in milliseconds to make adjustments for.\n" 579 " --timesync-min-adjust\n" 580 " The minimum absolute drift value measured in\n" 581 " milliseconds to make adjustments for.\n" 581 582 " The default is 1000 ms on OS/2 and 100 ms elsewhere.\n" 582 " --timesync-latency-factor The factor to multiply the time query latency\n" 583 " with to calculate the dynamic minimum adjust time.\n" 583 " --timesync-latency-factor\n" 584 " The factor to multiply the time query latency with to\n" 585 " calculate the dynamic minimum adjust time.\n" 584 586 " The default is 8 times.\n" 585 " --timesync-max-latency The max host timer query latency to accept.\n" 587 " --timesync-max-latency\n" 588 " The max host timer query latency to accept.\n" 586 589 " The default is 250 ms.\n" 587 " --timesync-set-threshold The absolute drift threshold, given as\n" 588 " milliseconds, where to start setting the time instead\n" 589 " of trying to adjust it. The default is 20 min.\n" 590 " --timesync-set-start Set the time when starting the time sync\n" 591 " service.\n" 590 " --timesync-set-threshold\n" 591 " The absolute drift threshold, given as milliseconds,\n" 592 " where to start setting the time instead of trying to\n" 593 " adjust it. The default is 20 min.\n" 594 " --timesync-set-start\n" 595 " Set the time when starting the time sync service.\n" 592 596 , 593 597 /* methods */
Note:
See TracChangeset
for help on using the changeset viewer.