cvs commit: src/sys/netgraph ng_ppp.c

Alexander Motin mav at FreeBSD.org
Fri Apr 20 08:22:58 UTC 2007


mav         2007-04-20 08:22:58 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ppp.c 
  Log:
  - Fixed mistakes in latency and xmitBytes calculation math
  which lead to ineffective multilink packet distribution plans.
  - Changed bytesInQueue calculation math to have more precise information
  about links utilization.
  - Taken rough account of the link overhead. Better way to do it could be to
  get exact overhead from user-level, but I have not done it to keep
  binary compatibility.
  
  Reviewed by:    archie
  Approved by:    glebius (mentor)
  
  Revision  Changes    Path
  1.63      +22 -6     src/sys/netgraph/ng_ppp.c


More information about the cvs-all mailing list