Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2000 18:11:40 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_pptpgre.c ng_pptpgre.h
Message-ID:  <200005050111.SAA57606@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2000/05/04 18:11:40 PDT

  Modified files:
    sys/netgraph         ng_pptpgre.c ng_pptpgre.h 
  Log:
  Fix a couple of bugs:
  - Properly handle 32 bit sequence numbers when they wrap around
  - Don't drop GRE packets with stale ACK numbers, just ignore the ACK
  - Close race between node being shutdown and timer going off
  Also add support for lots of statistics, and control message ASCIIfication
  
  Revision  Changes    Path
  1.5       +210 -42   src/sys/netgraph/ng_pptpgre.c
  1.2       +45 -1     src/sys/netgraph/ng_pptpgre.h



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?200005050111.SAA57606>