Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 1995 09:34:58 -0700
From:      Joerg Wunsch <joerg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/net if_ppp.c
Message-ID:  <199507081634.JAA00991@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
joerg       95/07/08 09:34:57

  Modified:    sys/net   if_ppp.c
  Log:
  PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAY
  
          Kernel PPP doesn't pay attention to IPTOS_LOWDELAY, but uses
          a table of port numbers, which isn't a generic method.  The following
          patch fixes this (the table is still used, but in addition
          PPP queues the packet in fastq if IPTOS_LOWDELAY is set.
  
  Obtained from:	Tatu Ylonen <ylo@cs.hut.fi>
  Submitted by:	Heikki Suonsivu <hsu@clinet.fi>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507081634.JAA00991>