K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-07-22T20:06:01.000000Z K 7 svn:log V 400 Add a new, better mechanism for sticking packets onto ifqueues. The old system had the misfeature that the only policy it could implement was tail-drop; the new IF_ENQ_DROP macro/function makes it possible to implement more sophisticated queueing policies on a system-wide basis. No code actually uses this yet (although on my machine I have converted the ethernet and (polled) loopback to use it). END