[systemd-commits] src/saproxy

David Strauss straussd at kemper.freedesktop.org
Tue Oct 15 17:29:53 PDT 2013


 src/saproxy/saproxy.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 075376d59646593d6d5d0b900a0e8d5218ca5e52
Author: David Strauss <david at davidstrauss.net>
Date:   Tue Oct 15 17:29:51 2013 -0700

    Bump up the saproxy buffer to 16kB.

diff --git a/src/saproxy/saproxy.c b/src/saproxy/saproxy.c
index ca75b40..91599a8 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;



More information about the systemd-commits mailing list