From owner-cvs-all Sun Nov 19 14:22:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D50A37B479; Sun, 19 Nov 2000 14:22:48 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA12670; Sun, 19 Nov 2000 14:22:48 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200011192222.OAA12670@freefall.freebsd.org> From: David Malone Date: Sun, 19 Nov 2000 14:22:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/11/19 14:22:48 PST Modified files: sys/kern uipc_socket2.c Log: Make sbcompress use the new M_WRITABLE macro. Previously sbcompress could not compress into clusters. This could result in lots of wasted clusters while recieving small packets from an interface that uses clusters for all it's packets. Patch is partially from BSDi (limiting the size of the copy) and based on a patch for 4.1 by Ian Dowse and myself. Reviewed by: bmilekic Obtained From: BSDi Submitted by: iedowse Revision Changes Path 1.66 +5 -3 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message