CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/02 16:39:20
Modified files:
sys/net : if_ppp.c
Log message:
get rid of the "fastq", which is where this driver puts ip packets
with IPTOS_LOWDELAY set.
this complicates efforts to clean up the send queue, and is probably
better done by queues in pf than unconditionally in a single driver.
ok sthen@
