[#]
http://marc.info/?l=openbsd-cvs&m=140801631004617&w=2
openbsd-cvs(obsdave,2) — All
2014-08-14 15:55:10
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/14 05:38:14
Modified files:
sys/net : if.c
Log message:
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