From owner-freebsd-isdn Sun Jan 9 9:27:30 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by hub.freebsd.org (Postfix) with ESMTP id EA50C15303 for ; Sun, 9 Jan 2000 09:27:27 -0800 (PST) (envelope-from jan@sparud.net) Received: by mail.sparud.net (Postfix, from userid 10) id 71A733E24; Sun, 9 Jan 2000 18:27:26 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14456.50429.999931.135856@hinken.sparud.net> Date: Sun, 9 Jan 2000 18:27:25 +0100 (CET) To: David Wetzel Cc: ISDN-List Subject: Re: Cisco Loop-bug? In-Reply-To: <200001091719.SAA00310@cat.turbocat.de> References: <200001091719.SAA00310@cat.turbocat.de> X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi! Has someone made a patch that could speed up this? As mentioned in the mail I just sent to the list, I think the fix to that propblem is to decrease the lcp timeout value. /Janne *** if_spppsubr.c.0.90 Wed Jan 5 15:34:40 2000 --- if_spppsubr.c Sun Jan 9 17:58:52 2000 *************** *** 1926,1932 **** sp->lcp.mru = sp->lcp.their_mru = PP_MTU; /* Note that these values are relevant for all control protocols */ ! sp->lcp.timeout = 3 * hz; sp->lcp.max_terminate = 2; sp->lcp.max_configure = 10; --- 1934,1940 ---- sp->lcp.mru = sp->lcp.their_mru = PP_MTU; /* Note that these values are relevant for all control protocols */ ! sp->lcp.timeout = 1 * hz; sp->lcp.max_terminate = 2; sp->lcp.max_configure = 10; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message