From owner-cvs-usrsbin Sun Sep 21 16:08:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA23756 for cvs-usrsbin-outgoing; Sun, 21 Sep 1997 16:08:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA23668; Sun, 21 Sep 1997 16:06:59 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA14109; Sun, 21 Sep 1997 16:02:39 -0700 (PDT) Date: Sun, 21 Sep 1997 16:02:39 -0700 (PDT) Message-Id: <199709212302.QAA14109@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/09/21 16:02:38 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp lcp.c Log: MFC: Sleep for a second before sending the first LCP config request. This stops us from squirting stuff down a line that still has ECHO turned on because the peer hasn't had a chance to start yet. Lead to the cause by: Greg Lehey Revision Changes Path 1.10.2.16 +3 -1 src/usr.sbin/ppp/lcp.c