chiark / gitweb /
Bump up the saproxy buffer to 16kB.
authorDavid Strauss <david@davidstrauss.net>
Wed, 16 Oct 2013 00:29:51 +0000 (17:29 -0700)
committerDavid Strauss <david@davidstrauss.net>
Wed, 16 Oct 2013 00:29:51 +0000 (17:29 -0700)
src/saproxy/saproxy.c

index ca75b400bf0b802e8b656502b0f758193084f7a8..91599a855037eb04d22216fea8f0505db24cd61f 100644 (file)
@@ -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;