From eaafb110a16f8f14bf22f938b008effaacdc0214 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 22 Dec 2009 13:37:26 +0000 Subject: [PATCH] [packages] haproxy: use 8K buffers and limit max rewrite size to 1K, suggestion from Willy Tarreau git-svn-id: svn://svn.openwrt.org/openwrt/packages@18889 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/haproxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index c06906f6f..185036cd0 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -40,6 +40,7 @@ define Build/Compile CFLAGS="$(TARGET_CFLAGS)" \ LD="$(TARGET_CC)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ + SMALL_OPTS="-DBUFSIZE=8192 -DMAXREWRITE=1024" \ all install endef -- 2.11.0