From a311fd770b4b710b8565e5de967a5910fb6573e5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 22 Dec 2009 13:37:26 +0000 Subject: [PATCH] haproxy: use 8K buffers and limit max rewrite size to 1K, suggestion from Willy Tarreau SVN-Revision: 18889 --- 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.30.2