From: David Strauss Date: Wed, 16 Oct 2013 00:29:51 +0000 (-0700) Subject: Bump up the saproxy buffer to 16kB. X-Git-Tag: v209~1870 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=075376d59646593d6d5d0b900a0e8d5218ca5e52;p=elogind.git Bump up the saproxy buffer to 16kB. --- 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;