cvs commit: src/usr.sbin/dntpd client.c defs.h dntpd.8 main.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jun 25 19:45:12 PDT 2007


dillon      2007/06/25 19:40:20 PDT

DragonFly src repository

  Modified files:
    usr.sbin/dntpd       client.c defs.h dntpd.8 main.c 
  Log:
  Add a new option (-i) that allows the insane deviation value to be set, and
  change the default to 0.5 seconds.  For example, -i 0.025 would set the test
  to be 25ms.
  
  Change the insane check... just map out a server deemed to be insane for 60
  minutes, do not disconnect or reset it (which might lead to excessive packet
  traffic).
  
  Update the documentation.
  
  Revision  Changes    Path
  1.13      +33 -22    src/usr.sbin/dntpd/client.c
  1.11      +1 -0      src/usr.sbin/dntpd/defs.h
  1.13      +29 -0     src/usr.sbin/dntpd/dntpd.8
  1.11      +5 -1      src/usr.sbin/dntpd/main.c


http://www.dragonflybsd.org/cvsweb/src/usr.sbin/dntpd/client.c.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/dntpd/defs.h.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/dntpd/dntpd.8.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/dntpd/main.c.diff?r1=1.10&r2=1.11&f=u





More information about the Commits mailing list