https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255065
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|n...@freebsd.org
See Also
rnel config:
# Statically Link in accept filters
options ACCEPT_FILTER_DATA
options ACCEPT_FILTER_HTTP
# Zero copy sockets support. This enables "zero copy" for sending and
# receiving data via a socket. The send side works for any type of NIC,
# the receive side only works for N
gt;
> # Statically Link in accept filters
> options ACCEPT_FILTER_DATA
> options ACCEPT_FILTER_HTTP
>
> # Zero copy sockets support. This enables "zero copy" for sending and
> # receiving data via a socket. The send side works for any type of NIC,
> #
g:
>
> # Statically Link in accept filters
> options ACCEPT_FILTER_DATA
> options ACCEPT_FILTER_HTTP
>
> # Zero copy sockets support. This enables "zero copy" for sending and
> # receiving data via a socket. The send side works for any type of NIC,
&g
I'm in the process of upgrading my web/database/nfs/jack-of-all-trades box
from 6.2 to RELENG_7. I figured now would be a good time to clean up my
kernel config files. I have the following in my old kernel config:
# Statically Link in accept filters
options ACCEPT_FILTER_DATA
op
nning this process, after that it
> accept the connexion !
>
> and how can we configure this accept filters ?
>
> please explain me
>
> Thanks for your helping
> Vinh
man accept_filter and the two accf_* pages it references, and read the
source code. You will learn much
Hello all,
I read the notation of accept filter from google, but
i don't well understand, this text as following
"Versions of FreeBSD from August 2000 onwards include
a feature called "accept filters" which delay the
return from accept() until a condition has been met,