From 0c4b400dda9d1610d3bd6ee3243199241b6d6c63 Mon Sep 17 00:00:00 2001 From: acetone Date: Thu, 22 Jul 2021 12:21:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B1=D1=83=D1=84=D0=B5=D1=80=202=D0=9A=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcpsyncclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpsyncclient.h b/tcpsyncclient.h index 4cbd28b..8a307b5 100644 --- a/tcpsyncclient.h +++ b/tcpsyncclient.h @@ -13,7 +13,7 @@ #include using boost::system::error_code; -const size_t BUFFERSIZE = 4096; +const size_t BUFFERSIZE = 2048; class TcpSyncClient {