cvs commit: src/sys/netgraph ng_base.c

Alexander Motin mav at FreeBSD.org
Wed Mar 5 22:12:35 UTC 2008


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


More information about the cvs-all mailing list