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
Document the rationale behind process::accounting.
[loba.git]
/
CHANGES
diff --git
a/CHANGES
b/CHANGES
index a19b25e1cff57a2b32db753ea9431c8df611773f..7c7998f2de293fe4841f60cc8a1b1a26434eadba 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-1,5
+1,9
@@
v0.2 --
v0.2 --
+ * Try to optimize communications when bookkeeping: add a 'credit'
+ counter for each neighbor, and do not send more real_load than
+ (debt - credit).
+
v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200
v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200
-
* Initial working release.
+ * Initial working release.