On Tue, Apr 09, 2002 at 06:43:44PM -0500, Juan M. Courcoul wrote:
> Thanks, checking it out there are only four (4!) bpf's available. I've
This is not as bad as it sounds, as not every plugin use a bpf
(extremely few of them use one actually). However, they're often needed
at the same time (when pinging hosts at the begining of a scan for
instance).
> started a discussion thread on Apple's support groups on how to increase
> this to a decent amount.
I hope they'll come up with a clean solution. It's not really feasible
to ask a MacOS user to recompile her kernel (or "server", as we're
dealing with a microkernel-based OS) just to add bpfs (or just to
recompile her kernel fwiw).
> The workaround would be
>
> max_checks = 4
>
> even though the manfile says "max_threads", right ? Or should I also
> reduce the "max_hosts" ?
You also need to reduce max_hosts. max_threads is deprecated.
-- Renaud