From owner-cvs-all Tue Jan 15 9: 8: 1 2002 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 E4E3537B416; Tue, 15 Jan 2002 09:07:56 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0FH7uB73802; Tue, 15 Jan 2002 09:07:56 -0800 (PST) (envelope-from ru) Message-Id: <200201151707.g0FH7uB73802@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 Jan 2002 09:07:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/01/15 09:07:56 PST Modified files: sbin/natd natd.c Log: Back out part of the revision 1.2 changes -- sendto(2) can not return ENOBUFS for unreliable protocols like divert. This should fix an issue when natd(8) keeps spamming already full dummynet(4) queues with the same packet forever. Spotted by: chkno@dork.com Explained by: luigi Reviewed by: Ari Suutari MFC after: 2 weeks Revision Changes Path 1.39 +28 -73 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message