From owner-cvs-all Tue Dec 28 15:18:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C118915510; Tue, 28 Dec 1999 15:18:35 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41533; Tue, 28 Dec 1999 15:18:35 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199912282318.PAA41533@freefall.freebsd.org> From: Mike Smith Date: Tue, 28 Dec 1999 15:18:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/12/28 15:18:35 PST Modified files: sys/netinet tcp_subr.c Log: Make tcp_drain() actually do something. When invoked (usually as a desperation measure in low-memory situations), walk the tcpbs and flush the reassembly queues. This behaviour is currently controlled by the debug.do_tcpdrain sysctl (defaults to on). Submitted by: Bosko Milekic Reviewed by: wollman Revision Changes Path 1.65 +30 -1 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message