> On Wed, Dec 04, 2002 at 02:29:29PM -0000, David Reid wrote: > > > > In the interest of tying up loose ends, I'm still concerned with your > > > > observation that --disable-sendfile didn't do the right thing... did > > > > you "make distclean" before re-configuring? > > > > > > The problem there was that --disable-sendfile isnt an option configure > > > knows anything about, the right one is --without-sendfile, which does > > > work, and does fix the problem. :-) > > > > However, that will disable sendfile on IPv4 as well won't it? Can you just > > confirm that it does for both v4 and v6? Thanks. > > yep, --without-sendfile completely disables sendfile , so IPv4 won't > try to use it, or TCP_CORK, which is a bit of a loss (for IPv4). > The patch will just disable TCP_CORK for IPv6, but continue to use > sendfile in both cases.
Thanks, in that case +1 for the patch :) david
