K 10 svn:author V 2 kp K 8 svn:date V 27 2021-02-28T16:04:48.201083Z K 7 svn:log V 532 pf: Limit the fragment entry queue length to 64 per bucket. So we have a global limit of 1024 fragments, but it is fine grained to the region of the packet. Smaller packets may have less fragments. This costs another 16 bytes of memory per reassembly and devides the worst case for searching by 8. Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D17734 (cherry picked from commit 790194cd472b1d17e08940e9f839322abcf14ec9) Git Hash: 8de214ad4d225418c8c7befe975637e236ddf93d Git Author: kp@FreeBSD.org END