Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 1999 00:51:13 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp command.c ip.c ipcp.c ipcp.h ppp.8
Message-ID:  <199909070751.AAA73402@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/09/07 00:51:12 PDT

  Modified files:
    usr.sbin/ppp         command.c ip.c ipcp.c ipcp.h ppp.8 
  Log:
  Introduce a forth IP packet queue.  Urgent packets with
  ip_tos == IPTOS_LOWDELAY now get precidence over urgent
  packets with ip_tos != IPTOS_LOWDELAY and non-urgent packets
  with ip_tos == IPTOS_LOWDELAY.
  
  Enhance the ``set urgent'' syntax to allow for urgent UDP
  packets as well as urgent TCP packets.
  
  Revision  Changes    Path
  1.214     +38 -16    src/usr.sbin/ppp/command.c
  1.71      +19 -5     src/usr.sbin/ppp/ip.c
  1.86      +69 -44    src/usr.sbin/ppp/ipcp.c
  1.29      +30 -9     src/usr.sbin/ppp/ipcp.h
  1.195     +19 -5     src/usr.sbin/ppp/ppp.8



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?199909070751.AAA73402>