From owner-cvs-all Fri Sep 3 17:48:26 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id DE4B114BF5; Fri, 3 Sep 1999 17:48:17 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id UAA13027; Fri, 3 Sep 1999 20:47:14 -0400 (EDT) Date: Fri, 3 Sep 1999 20:47:12 -0400 (EDT) From: "Matthew N. Dodd" To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp bundle.c cbcp.c chap.c command.c fsm.c hdlc.h ip.c ipcp.c ipcp.h link.c link.h lqr.c mp.c pap.c ppp.8 In-Reply-To: <199909040000.RAA66176@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Why not use the IP TOS field? On Fri, 3 Sep 1999, Brian Somers wrote: > brian 1999/09/03 17:00:23 PDT > > Modified files: > usr.sbin/ppp bundle.c cbcp.c chap.c command.c fsm.c > hdlc.h ip.c ipcp.c ipcp.h link.c link.h > lqr.c mp.c pap.c ppp.8 > Log: > o Split the two IPCP queues into three - one for FSM data > (LCP/CCP/IPCP), one for urgent IP traffic and one for > everything else. > o Add the ``set urgent'' command for adjusting the list of > urgent port numbers. The default urgent ports are 21, 22, > 23, 513, 514, 543 and 544 (Ports 80 and 81 have been > removed from the default priority list). > o Increase the buffered packet threshold from 20 to 30. > o Report the number of packets in the IP output queue and the > list of urgent ports under ``show ipcp''. > > Revision Changes Path > 1.65 +4 -2 src/usr.sbin/ppp/bundle.c > 1.16 +2 -2 src/usr.sbin/ppp/cbcp.c > 1.56 +2 -2 src/usr.sbin/ppp/chap.c > 1.211 +22 -4 src/usr.sbin/ppp/command.c > 1.48 +6 -5 src/usr.sbin/ppp/fsm.c > 1.19 +1 -14 src/usr.sbin/ppp/hdlc.h > 1.70 +16 -20 src/usr.sbin/ppp/ip.c > 1.85 +113 -2 src/usr.sbin/ppp/ipcp.c > 1.28 +14 -2 src/usr.sbin/ppp/ipcp.h > 1.15 +15 -9 src/usr.sbin/ppp/link.c > 1.8 +5 -3 src/usr.sbin/ppp/link.h > 1.38 +3 -2 src/usr.sbin/ppp/lqr.c > 1.29 +2 -2 src/usr.sbin/ppp/mp.c > 1.39 +4 -3 src/usr.sbin/ppp/pap.c > 1.194 +29 -3 src/usr.sbin/ppp/ppp.8 > > -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message