-* Create git repo for papers.
- Done.
-
-* Implement algorithm discussed on Feb. 23 with R.C.
-
-* Implement makhoul2 algorithm?
- See source code for omnet++.
-
-* Implement some random initial distribution of load
- Options -r seed, -R [algo ?]
+* Try to optimize communications when bookkeeping.
+ Add a 'credit' counter for each neighbor.
+ Do not send more real_load than (debt - credit).