From: Jo-Philipp Wich Date: Tue, 22 Dec 2009 13:37:26 +0000 (+0000) Subject: haproxy: use 8K buffers and limit max rewrite size to 1K, suggestion from Willy Tarreau X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a311fd770b4b710b8565e5de967a5910fb6573e5;p=openwrt%2Fsvn-archive%2Fpackages.git haproxy: use 8K buffers and limit max rewrite size to 1K, suggestion from Willy Tarreau SVN-Revision: 18889 --- 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