From owner-cvs-all Fri Sep 3 17: 0:58 1999 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 8B41A15EA3; Fri, 3 Sep 1999 17:00:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA66176; Fri, 3 Sep 1999 17:00:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199909040000.RAA66176@freefall.freebsd.org> From: Brian Somers Date: Fri, 3 Sep 1999 17:00:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message