From owner-cvs-all Thu Aug 17 7:15: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4528F37B682; Thu, 17 Aug 2000 07:14:57 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA54938; Thu, 17 Aug 2000 07:14:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200008171414.HAA54938@freefall.freebsd.org> From: Brian Somers Date: Thu, 17 Aug 2000 07:14:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp README.changes mp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/08/17 07:14:55 PDT Modified files: usr.sbin/ppp README.changes mp.c Log: If we're in MP mode with a single open link, MP link level compression isn't open and the links MRU >= our MRRU, send outbound traffic as PROTO_IP rather than PROTO_MP. This shaves some bytes off the front of each packet 'till the second link is brought up. Idea obtained from: Cisco Revision Changes Path 1.21 +4 -1 src/usr.sbin/ppp/README.changes 1.42 +81 -35 src/usr.sbin/ppp/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message