home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / time / ntp / 1240 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  970 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!agate!ucbvax!CGIN.CTO.CITICORP.COM!philip
  2. From: philip@CGIN.CTO.CITICORP.COM (Philip Gladstone)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: Re:  XNTP3/MIPS RISCos 5.01 solved (ish)
  5. Message-ID: <9301251646.AA07785@cgin.cto.citicorp.com>
  6. Date: 25 Jan 93 16:46:37 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Distribution: inet
  9. Organization: The Internet
  10. Lines: 11
  11.  
  12.  
  13. The way that SETTIMEOFDAY_DAMAGED works is that is enables (part of)
  14. the SLEWALWAYS code. settimeofday() calls are only done for errors of more than
  15. 2 seconds. After a settimeofday, a gettimeofday is done to determine the error
  16. left (which is typically under 1 second - depending on the nature of the
  17. broken settimeofday). This value is pushed into the SLEWALWAYS code. Thus
  18. after a STEP, the system time will *not* be correct, but the internal NTP
  19. time will be. The error is removed by the adjtime calls over some time
  20. period.
  21.  
  22. Philip
  23.