cvs commit: src/sys/netgraph ng_pptpgre.c

Archie Cobbs archie at FreeBSD.org
Tue Nov 18 12:43:25 PST 2003


archie      2003/11/18 12:43:24 PST

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_pptpgre.c 
  Log:
  Lower the maximum ACK timeout for GRE packets from 10 to 1 second.
  In practice it seems that in situations of high packet loss the ACK
  timeout seems to hit this maximum (perhaps inappropriately, but the
  estimation algorithm is not perfect, so apparently it happens). In
  any case, 10 seconds is way too high a value so lower to 1 second.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.31      +1 -1      src/sys/netgraph/ng_pptpgre.c


More information about the cvs-src mailing list