X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/97a4b4dbf628a627e3c2d5689be89265f56074df..f7a78d4e11841dea09a3c0cb60f55a689856a22f:/communicator.cpp diff --git a/communicator.cpp b/communicator.cpp index 054c98a..1570b10 100644 --- a/communicator.cpp +++ b/communicator.cpp @@ -20,7 +20,7 @@ std::string message::to_string() return oss.str(); } -const int communicator::send_count_before_flush = 16; +const int communicator::send_count_before_flush = 4; communicator::communicator() : host((hostdata* )MSG_host_get_data(MSG_host_self()))