Date: Fri, 3 Sep 1999 20:47:12 -0400 (EDT) From: "Matthew N. Dodd" <winter@jurai.net> To: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <Pine.BSF.4.10.9909032046100.579-100000@sasami.jurai.net> In-Reply-To: <199909040000.RAA66176@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909032046100.579-100000>