From owner-cvs-src@FreeBSD.ORG Fri Sep 10 06:16:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E0516A4CE; Fri, 10 Sep 2004 06:16:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F5D43D53; Fri, 10 Sep 2004 06:16:34 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8A6GYhT040663; Fri, 10 Sep 2004 06:16:34 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8A6GYbG040662; Fri, 10 Sep 2004 06:16:34 GMT (envelope-from glebius) Message-Id: <200409100616.i8A6GYbG040662@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 10 Sep 2004 06:16:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph ng_pptpgre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 06:16:34 -0000 glebius 2004-09-10 06:16:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_pptpgre.c Log: MFC 1.34: Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 proved too much for high packet loss links, and 1 second appeared to be too small for high latency links. Approved by: re (scottl) Revision Changes Path 1.33.2.1 +1 -1 src/sys/netgraph/ng_pptpgre.c