From 075376d59646593d6d5d0b900a0e8d5218ca5e52 Mon Sep 17 00:00:00 2001 From: David Strauss Date: Tue, 15 Oct 2013 17:29:51 -0700 Subject: [PATCH] Bump up the saproxy buffer to 16kB. --- src/saproxy/saproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saproxy/saproxy.c b/src/saproxy/saproxy.c index ca75b400b..91599a855 100644 --- a/src/saproxy/saproxy.c +++ b/src/saproxy/saproxy.c @@ -37,7 +37,7 @@ #include "socket-util.h" #include "util.h" -#define BUFFER_SIZE 4096 +#define BUFFER_SIZE 16384 #define _cleanup_freeaddrinfo_ _cleanup_(freeaddrinfop) unsigned int total_clients = 0; -- 2.30.2