cvs commit: src/sys/netgraph ng_ppp.c

Alexander Motin mav at FreeBSD.org
Fri Apr 20 08:38:18 UTC 2007


mav         2007-04-20 08:38:18 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ppp.c 
  Log:
  - Changed sequence numbers processing to avoid incorrect timeout waiting
  when one of links is inactive and have stale sequence number. To avoid
  this sequence numbers of all links are getting updated on every
  successful packet reassembling.
  - ng_ppp_bump_mseq function created to simplify code.
  - ng_ppp_frag_drop function separated from ng_ppp_frag_process to
  simplify code.
  
  Reviewed by:    archie
  Approved by:    glebius (mentor)
  
  Revision  Changes    Path
  1.64      +65 -66    src/sys/netgraph/ng_ppp.c


More information about the cvs-src mailing list