From owner-cvs-all Mon Nov 20 9:50:43 2000 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 467CA37B4C5; Mon, 20 Nov 2000 09:50:40 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1092) id CCDEE2B24B; Mon, 20 Nov 2000 11:50:34 -0600 (CST) Date: Mon, 20 Nov 2000 11:50:34 -0600 From: Jayanth Vijayaraghavan To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket2.c Message-ID: <20001120115034.A58327@elvis.mu.org> References: <200011192222.OAA12670@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011192222.OAA12670@freefall.freebsd.org>; from dwmalone@FreeBSD.org on Sun, Nov 19, 2000 at 02:22:48PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sbcompress() is invoked only for tcp sockets. Something similar will be needed for udp sockets. jayanth On Sun, Nov 19, 2000 at 02:22:48PM -0800, David Malone wrote: > 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