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));
}
}
-// Returns false if a CLOSE message was received.
bool process::receive(recv_wait_mode wait)
{
bool result = true;