[Bug 255065] Accept filters do not timeout inactive connections

2021-04-15 Thread bugzilla-noreply
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

Re: accept filters and zero copy sockets

2007-10-20 Thread Kris Kennaway
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

Re: accept filters and zero copy sockets

2007-10-19 Thread Vlad GALU
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, > #

Re: accept filters and zero copy sockets

2007-10-19 Thread Alfred Perlstein
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

accept filters and zero copy sockets

2007-10-18 Thread Jonathan Noack
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

Re: accept filters

2003-07-19 Thread Mike Silbersack
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

accept filters

2003-07-19 Thread Van Vinh Vo
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,