Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2004 06:34:55 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_ppp.c
Message-ID:  <200408030634.i736YtAh058341@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2004-08-03 06:34:55 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ppp.c 
  Log:
  Do not change link[n].conf.latency for internal usage but have
  link[n].latency calculated from user supplied value.
  This prevents repeated NGM_PPP_SET_CONFIG/NGM_PPP_GET_CONFIG
  from failing because of link[n].conf.latency being out of range.
  
  Reviewed by:    archie
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.51      +5 -3      src/sys/netgraph/ng_ppp.c



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