Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 07/19/1994 18:50:02
paulus
Tue Jul 19 18:40:14 PDT 1994
Update of /b/source/CVS/src/sys/net
In directory sun-lamp.cs.berkeley.edu:/d/users/paulus/src/sys/net

Modified Files:
	if_ppp.c 
Log Message:
Due to popular revulsion, the ppp interface now drops packets if 


paulus
Tue Jul 19 18:49:21 PDT 1994
Update of /b/source/CVS/src/sys/net
In directory sun-lamp.cs.berkeley.edu:/d/users/paulus/src/sys/net

Modified Files:
	if_ppp.c 
Log Message:
The ppp interface now retries the mbuf allocation when it receives
a character and it doesn't already have enough space allocated.
It still needs cluster mbufs to be able to decompress VJ-compressed
packets.  It drops packets if it can't allocate mbufs rather than
taking the interface down.


------------------------------------------------------------------------------