From owner-cvs-all@FreeBSD.ORG Fri Sep 10 06:19:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B887616A4CE; Fri, 10 Sep 2004 06:19:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8E743D41; Fri, 10 Sep 2004 06:19:20 +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 i8A6JKdw040759; Fri, 10 Sep 2004 06:19:20 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8A6JKub040758; Fri, 10 Sep 2004 06:19:20 GMT (envelope-from glebius) Message-Id: <200409100619.i8A6JKub040758@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 10 Sep 2004 06:19:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netgraph ng_pptpgre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 06:19:20 -0000 glebius 2004-09-10 06:19:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) 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. Revision Changes Path 1.2.2.16 +1 -1 src/sys/netgraph/ng_pptpgre.c