Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 09/21/1999 20:19:46
Module Name:	syssrc
Committed By:	cgd
Date:		Wed Sep 22 03:19:45 UTC 1999

Modified Files:
	syssrc/sys/kern [netbsd-1-4]: uipc_socket2.c

Log Message:
pull up revs 1.31-1.33 from trunk (requested by cgd):
  Compact mbuf clusters, to help prevent mbuf cluster exhaustion when
  receiving lots of small packets.  This costs some performance (the
  compaction copies data), but adds a lot of stability to many systems.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.28.2.1 syssrc/sys/kern/uipc_socket2.c

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