From owner-cvs-all Wed Jan 17 17:21:29 2001 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 3D00837B400; Wed, 17 Jan 2001 17:21:08 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0I1L8t32450; Wed, 17 Jan 2001 17:21:08 -0800 (PST) (envelope-from luigi) Message-Id: <200101180121.f0I1L8t32450@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 17 Jan 2001 17:21:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/17 17:21:08 PST Modified files: (Branch: RELENG_4) sys/netinet ip_dummynet.c ip_dummynet.h Log: MFC of some old dummynet patches, plus put in some diagnostic code to detect, log and recover from the pipe stalls that someone reported. I have been unable to find a bug or reproduce the problem myself, so this code is not a fix but at least should tell us something on what is going on. Revision Changes Path 1.24.2.6 +111 -50 src/sys/netinet/ip_dummynet.c 1.10.2.2 +122 -43 src/sys/netinet/ip_dummynet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message