[packages] haproxy: use 8K buffers and limit max rewrite size to 1K, suggestion from...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 22 Dec 2009 13:37:26 +0000 (13:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 22 Dec 2009 13:37:26 +0000 (13:37 +0000)
SVN-Revision: 18889

net/haproxy/Makefile

index c06906f6f73f845bca1db82212e96f938c7c611f..185036cd02e4fde796bbcb3d7d8a41ee6e655d08 100644 (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