From a1cf6d8dca48d25d83d04303e7e97f662eaf5428 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 30 Jul 2007 14:39:03 +0000 Subject: [PATCH] Note that MAX_IOVS is intentionally not equal to IOV_MAX. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1791 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/bin/varnishd/cache.h b/varnish-cache/bin/varnishd/cache.h index 951d2a04..20125a1d 100644 --- a/varnish-cache/bin/varnishd/cache.h +++ b/varnish-cache/bin/varnishd/cache.h @@ -56,6 +56,7 @@ enum { HTTP_HDR_MAX = 32 }; +/* Note: intentionally not IOV_MAX */ #define MAX_IOVS (HTTP_HDR_MAX * 2) /* Amount of per-worker logspace */ -- 2.39.5