home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / time / ntp / 892 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.2 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!SUNDECK.USASK.CA!glenn
  2. From: glenn@SUNDECK.USASK.CA
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: Re: Minor bug in GOES support (xntpd v3)
  5. Message-ID: <9209152201.AA00265@sundeck.usask.ca>
  6. Date: 15 Sep 92 22:01:07 GMT
  7. References: <9209152055.AA29019@wrl-too.pa.dec.com>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: inet
  10. Organization: The Internet
  11. Lines: 20
  12.  
  13. >Looks like someone transposed a few letters (the code didn't even
  14. >compile).  I don't know if this means that the GOES support is
  15. >likely to not work; I haven't had a chance to wire it up yet.
  16.  
  17. !     goes->lastrec = rbufp->recv_time;
  18.  
  19.  
  20. As the instigator, I should speak to this.  I have never run the
  21. GOES code without CLKDISC support.  If you are using CLKLDISC, be
  22. sure to define -DCLKDISC where you would put -DSTREAM in the Config
  23. file.  If not, things will run in raw mode (or STREAM if -DSTREAM).
  24.  
  25. The streams code handling is supposed to be the same as used in wwvb
  26. driver with modifications for the timestamp form and additions for
  27. CLKLDISC.  It looks like I made a typo when moving this line from
  28. one spot to another during modification.  Oops.  It should work with
  29. correction though.
  30.  
  31. Glenn Hollinger
  32. University of Saskatchewan.
  33.