projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75cab8
)
haproxy: use 8K buffers and limit max rewrite size to 1K, suggestion from Willy Tarreau
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 22 Dec 2009 13:37:26 +0000
(13:37 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 22 Dec 2009 13:37:26 +0000
(13:37 +0000)
SVN-Revision: 18889
net/haproxy/Makefile
patch
|
blob
|
history
diff --git
a/net/haproxy/Makefile
b/net/haproxy/Makefile
index c06906f6f73f845bca1db82212e96f938c7c611f..185036cd02e4fde796bbcb3d7d8a41ee6e655d08 100644
(file)
--- 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