home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / time / ntp / 1224 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.protocols.time.ntp
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!pacbell.com!unet!loren!larson
  3. From: larson@loren.net.com (Alan Larson)
  4. Subject: CLOCK.ADJ
  5. Message-ID: <1993Jan21.215057.12347@unet.net.com>
  6. Sender: news@unet.net.com
  7. Nntp-Posting-Host: loren
  8. Organization: Network Equipment Technologies
  9. Date: Thu, 21 Jan 1993 21:50:57 GMT
  10. Lines: 24
  11.  
  12.  
  13.   The loop filter parameters in xntp3 (include/ntp.h) say:
  14.  
  15.      * Loop filter parameters.  See section 5.1 of the specification.
  16.      * Note that these are appropriate for a crystal time base.  If your
  17.      * system clock is line frequency controlled you should read the
  18.      * specification for appropriate modifications.
  19.  
  20.     #define    CLOCK_ADJ    0    /* adjustment interval: 2**0 = 1 */
  21.  
  22.   When I looked in section 5.1 and table 6 (page 40 of RFC1305),
  23. it said that the appropriate value or CLOCK.ADJ was 4 seconds for
  24. a crystal, and 1 second for the mains.
  25.  
  26.  
  27.   Which is right?  There seems to be no way to determine which is
  28. correct, since the section 5.1 (Fuzzbnall Implementation) has no
  29. discussion of why this particular interval was selected.
  30.  
  31.   Interestingly, there is also no mention of a clock adjustment being
  32. actually done at a time relative to the CLOCK.ADJ counter.  What is
  33. the real purpose of this variable?
  34.  
  35.     Alan
  36.