Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 04/09/2001 22:33:02
Module Name:	syssrc
Committed By:	martin
Date:		Mon Apr  9 19:33:02 UTC 2001

Modified Files:
	syssrc/sys/net: if_sppp.h if_spppsubr.c

Log Message:
Add another option for encapsulation: PP_NOFRAMING.
In this mode, the PPP packets start with the protocol identifier and don't
have any explicit framing (which may be added by the lower level driver).

Make input/output statistics a little bit more correct by adding a hardware
driver adjustable framing length for each packet (instead of the constant
value "3" used before).

While there, bump authentication name length from 32 to 48 (I have a
connection where I need more than 32). XXX - this should not be artificialy
limited at all.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/net/if_sppp.h
cvs rdiff -r1.21 -r1.22 syssrc/sys/net/if_spppsubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.