From owner-cvs-all Fri Apr 3 11:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06422 for cvs-all-outgoing; Fri, 3 Apr 1998 11:54:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06394; Fri, 3 Apr 1998 11:54:07 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05928; Fri, 3 Apr 1998 11:26:36 -0800 (PST) Date: Fri, 3 Apr 1998 11:26:36 -0800 (PST) Message-Id: <199804031926.LAA05928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lqr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/04/03 11:26:36 PST Modified files: (Branch: MP) usr.sbin/ppp lqr.c Log: Make LQR & ECHO LQR work simultaneously (one from each side): o Deal with LQRs when the peer has denied LQR, and we've accepted and enabled LQR. In this scenario, we send ECHO LQR packets (which the peer *must* reply to) so that we can detect a dead link. The peer however is sending LQRs. We now reply to the peers LQRs without interrupting our own ECHO LQR transmissions. o Also, also only PROTO_REJ LQRs if we haven't actually sent an LQR ourself - otherwise we REJ all the replies and die because of reply starvation (duh!). Revision Changes Path 1.22.2.19 +14 -7 src/usr.sbin/ppp/lqr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message