X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/ba8a9c5fbc92dc95fc99d8078b3474fd2fd5a043..b78d5563826957045678f4c3bcfdcef6c9bfc48d:/process.cpp?ds=sidebyside diff --git a/process.cpp b/process.cpp index ed7be05..b0d7026 100644 --- a/process.cpp +++ b/process.cpp @@ -188,7 +188,6 @@ void process::send() using namespace std::tr1; using namespace std::tr1::placeholders; - // fixme: shall we send data at all iterations? if (opt::bookkeeping) { std::for_each(neigh.begin(), neigh.end(), bind(&process::send1_bookkeeping, this, _1)); @@ -200,7 +199,6 @@ void process::send() } } -// Returns false if a CLOSE message was received. bool process::receive(recv_wait_mode wait) { bool result = true;