A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Deadlock fix, and other changes.
[loba.git]
/
communicator.cpp
diff --git
a/communicator.cpp
b/communicator.cpp
index 054c98a6c53078d1dcd16b81be2ab889e1e9f588..1570b10148a02dbb2fdfa7a78444d2cae1309b6a 100644
(file)
--- a/
communicator.cpp
+++ b/
communicator.cpp
@@
-20,7
+20,7
@@
std::string message::to_string()
return oss.str();
}
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()))
communicator::communicator()
: host((hostdata* )MSG_host_get_data(MSG_host_self()))