K 10 svn:author V 5 peter K 8 svn:date V 27 1999-03-13T09:21:27.000000Z K 7 svn:log V 324 set if_snd.ifq_maxlen to something reasonable - note that if_de.c has a wierd double-queue arrangement.. It always empties the if_snd queue then puts the transmit packets into a different queue that is limited by the number of TX descriptors and does it's own discards... This should stop the boot-time XXX warning anyway. END