[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
This commit is contained in:
jow 2009-12-22 13:37:26 +00:00
parent 70c123b68e
commit eaafb110a1

View File

@ -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