Compare number of allocated clusters with a low watermark, not
authormikeb <mikeb@openbsd.org>
Thu, 14 Aug 2014 11:38:14 +0000 (11:38 +0000)
committermikeb <mikeb@openbsd.org>
Thu, 14 Aug 2014 11:38:14 +0000 (11:38 +0000)
commit02f326cfe5ebb048025e29387c159be75bd69387
tree97e62f71c361e87a97f06bd9e58ef987194854df
parentc9447d500fe0fa1fdf74a2589ecacefd80b07f1d
Compare number of allocated clusters with a low watermark, not
a magic number 4 since sometimes we can't fit a single packet
(jumbo frame) into 4 clusters.

OK dlg
sys/net/if.c