public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Accept filtering
@ 2005-01-31 12:57 Arun C Murthy
  0 siblings, 0 replies; only message in thread
From: Arun C Murthy @ 2005-01-31 12:57 UTC (permalink / raw)
  To: lkml; +Cc: Arun C Murthy

Hi,

 While browsing through apache core features, I came across 
accept_filtering in FreeBSD - via accf_http which places a filter on a 
socket (setsockopt - SO_ACCEPTFILTER) which  prevents the application 
from receiving the connected descriptor via *accept* until either a full 
HTTP/1.0 or HTTP/1.1 HEAD or GET request has been buffered by the kernel.

 Is there any equivalent for this in Linux? I only came across 
TCP_DEFER_ACCEPT option which only waits till the client sends an ACK 
back to server && first packet of data is recieved (accf_data on 
FreeBSD)...

 ...if there ain't this functionality any tips on how to go about 
implementing it?

thanks,
Arun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-31 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-31 12:57 Accept filtering Arun C Murthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox