home *** CD-ROM | disk | FTP | other *** search
/ nisttime.carsoncity.k12.mi.us / nisttime.carsoncity.k12.mi.us.tar / nisttime.carsoncity.k12.mi.us / pub / autolock / autolock.param < prev    next >
Text File  |  2003-12-09  |  2KB  |  60 lines

  1. #
  2. #    configuration file for autolock
  3. #
  4. #    lines that start with # are comments and will be ignored
  5. #
  6. #    sigma is the desired uncertainty in setting
  7. #    the local clock in units of milliseconds.
  8. #    this value is used to adjust the number of calibration
  9. #    requests sent to the server on each cycle and the time
  10. #    interval between calibration cycles.
  11. #
  12. #    if this value is set to 0 then the number of requests
  13. #    on each cycle will be driven to nmax and the interval
  14. #    between cycles will be driven to tmin.
  15. #
  16. sigma 2 
  17. #    
  18. #    nmax,nmin are the maximum and minimum number of requests 
  19. #    that will be sent to a time server on each query cycle.
  20. #
  21. nmax  50
  22. nmin  3
  23. #
  24. #    tmin and tmax are the minimum and maximum times between
  25. #    query cycles in units of seconds; tzero is the initial
  26. #    value for this interval. Normally, tzero is about 40
  27. #    minutes (in seconds), but it can be greater if the local
  28. #    clock is pretty good and has already been well characterized.
  29. #    note that tzero should be between tmax and tmin, but the
  30. #    program does not check that this is so.
  31. #
  32. tmin 1000
  33. tmax 80000
  34. tzero 2000
  35. #
  36. #    mode 1 is used for evaluating the clock and the network.
  37. #    if mode 1 is set, the program will stop gracefully after
  38. #    running for evalt seconds.
  39. #
  40. mode 1
  41. #
  42. #    evalt specifies the maximum running time in seconds for
  43. #    the program when it is operating in mode 1.  The program
  44. #    will automatically exit when this time is reached.
  45. #
  46. evalt 600000
  47. #
  48. #    tconf is the time constant for the computation ofthe
  49. #    the average frequency in units of seconds.
  50. #
  51. tconf 12000
  52. #
  53. #    the following lines specify the ip addresses of the
  54. #    time servers.
  55. #    the maximum number of servers is specified by NUMSRV
  56. #    and the default for this parameter is 3.
  57. #
  58. server 131.107.1.10
  59. server 129.6.16.35
  60.