Date: Wed, 5 Mar 2008 22:12:34 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c Message-ID: <200803052212.m25MCYBV005536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-03-05 22:12:34 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Increase default queue items allocation limit from 512 to 4096 items to avoid terrible unpredicted effects for netgraph operation of their exhaustion while allocating control messages. Add separate configurable 512 items limit for data items allocation for DoS/overload protection. Discussed with: julian Revision Changes Path 1.149 +16 -2 src/sys/netgraph/ng_base.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803052212.m25MCYBV005536>