From d9271bfec8905e65f3f8cbb146d109427deb6ab8 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Sun, 27 Dec 2015 19:45:15 +0300 Subject: [PATCH] + Increase static buffer size --- src/proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy.h b/src/proxy.h index 2e3fe1d..a53fffa 100644 --- a/src/proxy.h +++ b/src/proxy.h @@ -309,7 +309,7 @@ struct datatype; struct dictionary; struct node; struct property; -extern unsigned char tmpbuf[4096]; +extern unsigned char tmpbuf[8192]; extern pthread_mutex_t config_mutex; extern pthread_mutex_t bandlim_mutex; extern pthread_mutex_t hash_mutex;