From: jow Date: Tue, 22 Dec 2009 13:37:26 +0000 (+0000) Subject: [packages] haproxy: use 8K buffers and limit max rewrite size to 1K, suggestion from... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=eaafb110a16f8f14bf22f938b008effaacdc0214;p=packages.git [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 --- 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