Make the man page a little more detailed.

Update the version number to 1.00.
Increase the predictor-1 buffer by 2 bytes.
This commit is contained in:
Brian Somers 1997-06-09 23:38:38 +00:00
parent b71a3fcb22
commit e979ce388b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26530
4 changed files with 1992 additions and 696 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
/*
*
* $Id: pred.c,v 1.11 1997/06/01 11:35:04 brian Exp $
* $Id: pred.c,v 1.12 1997/06/09 03:27:35 brian Exp $
*
* pred.c -- Test program for Dave Rand's rendition of the
* predictor algorithm
@ -114,7 +114,7 @@ Pred1Output(int pri, u_short proto, struct mbuf *bp)
struct mbuf *mwp;
u_char *cp, *wp, *hp;
int orglen, len;
u_char bufp[MAX_MTU];
u_char bufp[MAX_MTU+2];
u_short fcs;
orglen = plength(bp) + 2; /* add count of proto */
@ -158,7 +158,7 @@ struct mbuf *bp;
u_char *bufp;
u_short fcs, proto;
wp = mballoc(MAX_MTU, MB_IPIN);
wp = mballoc(MAX_MTU+2, MB_IPIN);
cp = MBUF_CTOP(bp);
olen = plength(bp);
pp = bufp = MBUF_CTOP(wp);

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: vars.c,v 1.18 1997/06/01 01:13:03 brian Exp $
* $Id: vars.c,v 1.19 1997/06/09 03:27:41 brian Exp $
*
*/
#include "fsm.h"
@ -29,8 +29,8 @@
#include "auth.h"
#include "defs.h"
char VarVersion[] = "Version 0.94";
char VarLocalVersion[] = "$Date: 1997/06/01 01:13:03 $";
char VarVersion[] = "PPP Version 1.00";
char VarLocalVersion[] = "$Date: 1997/06/09 03:27:41 $";
/*
* Order of conf option is important. See vars.h.