[master] 8dd603f Expose accept_filter parameter to Linux

Lasse Karstensen lkarsten at varnish-software.com
Thu Oct 15 15:40:31 CEST 2015


On Wed, Oct 14, 2015 at 07:18:41PM +0200, Federico G. Schwindt wrote:
> commit 8dd603f6de55a0f09641ee438a8d3dc342de7532
> Author: Federico G. Schwindt <fgsch at lodoss.net>
> Date:   Tue Oct 13 17:11:13 2015 +0100
> 
>     Expose accept_filter parameter to Linux
>     
>     Disabled by default. Prompted by Rafael Zalamena
>     (rafaelfz at taghos dot com dot br) on varnish-dev.
[cut]
> +#if defined(HAVE_ACCEPT_FILTERS) || defined(__linux)
>  	/* default */	"on",
> +#else
> +	/* default */	"off",
> +#endif /* HAVE_ACCEPT_FILTERS || __linux */

Isn't __linux always defined on linux, so "enabled by default"?


-- 
Lasse Karstensen
Varnish Software AS



More information about the varnish-commit mailing list