Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 1999 15:21:14 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp timer.c
Message-ID:  <199911192321.PAA04119@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/11/19 15:21:14 PST

  Modified files:
    usr.sbin/ppp         timer.c 
  Log:
  Update the time delta of the first item in TimerList before
  inserting a new item.  Without this, it's possible to
  mis-insert quite badly... but only by as much as the load of
  the first item, which is almost always 1 second.
  
  Initialise the timerservice with `restart' set if we're inserting
  at the start of the list.
  
  Revision  Changes    Path
  1.37      +9 -2      src/usr.sbin/ppp/timer.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911192321.PAA04119>