this module is a hack.

i wanted to control TCP_DEFER_ACCEPT and SO_RCVBUF for the listening
sockets and didn't want to maintain a patch... so i wrote this module
which mucks with the global ap_listeners list.

TCP_DEFER_ACCEPT is a linux socket feature which defers accept() until
there is something to read from the socket.  this is perfect for HTTP
serving because the client has to speak first -- it delays allocating
an apache child until the client has sent at least some of the request.

-dean
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]HEADER.txt2005-12-12 23:37 501  
[   ]libapache-mod-sockopts-1.0.tar.bz22005-12-12 23:37 4.8K 
[DIR]libapache-mod-sockopts-1.0/2005-12-12 23:35 -  
[   ]libapache-mod-sockopts_1.0-1_i386.deb2005-12-12 23:30 5.1K 

Apache/2.4.38 (Debian) Server at www.arctic.org Port 80