diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-05-25 22:19:16 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-05-25 22:19:16 +0000 |
commit | 77e43425e100e4d55fce3c1643a1b4c9e75e1594 (patch) | |
tree | 2c3df496034d8aaf669f08cd623eb0d89413f8ce /TODO | |
parent | 06043dd2fa8aa4056bbef3b77c3756cb7eb42878 (diff) |
notes on current issues
git-svn-id: https://gnunet.org/svn/gnunet@15316 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,10 +1,20 @@ 0.9.0pre3: +* DATASTORE [CG] + - FS datastore lookups requested but callback never happens (timeout + was set to 'forever', but still it should not take many minutes); + => new warning "Datastore lookup already took 180000 ms!" generated + by current fs p2p trust testcase +* CORE: (both reproduced using current fs p2p trust testcase after a looong time running): + - May 25 22:13:53 core-4801 ERROR Assertion failed at transport_api.c:2063. + (notify transmit ready cancel called in transmit_stage state 'TS_NEW') + - May 25 22:13:53 fs-4762 ERROR Assertion failed at core_api.c:1254. + (ConfigInfoMessage received for peer that is not known to be connected) * FS [CG] - perf_gnunet_service_fs_p2p_trust causes crashes of the service and assertion failures - - test_gnunet_fs_ns.py doesn't run - implement 'SUPPORT_DELAYS' + 0.9.0: * new webpage: - write chapter on DHT/block [Nate] |