буфер 2Кб

master
const an teen 2021-07-22 12:21:50 +03:00
parent 57c1014447
commit 0c4b400dda
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <boost/property_tree/json_parser.hpp>
using boost::system::error_code;
const size_t BUFFERSIZE = 4096;
const size_t BUFFERSIZE = 2048;
class TcpSyncClient
{