X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=TODO;h=b4e4d26146cfb9cb8f95169617e7ac3f167a285f;hb=d0b6c9c78d64061ff47ea1b3b58f455cc5cfcea6;hp=8ac9a592c8dd424169554e9b0c559f53fda8e5d1;hpb=57924abe125fa52dce4dc2e84cb0a7c4dcd04579;p=oweals%2Fgnunet.git diff --git a/TODO b/TODO index 8ac9a592c..b4e4d2614 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,12 @@ 0.9.0pre2: + FS: + - measure latencies (core, datastore) => trust economy + - FS performance benchmarking + - integrate with DHT (need DHT API to fit block API better first; also, get rid of the continuation!) +* DHT: [Nate] + - use new block lib in service + - provide block-lib compatible API in gnunet_dht_service.h + - eliminate continuations in DHT API (not needed, we have auto-retransmit!) * CORE: - derived key generation [Nils] - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616. @@ -23,7 +31,7 @@ - needs more testing (especially F2F topology) & transport blacklisting * TRANSPORT-TCP [MW]: - should use hash map to look up sessions -* NAT/UPNP: [MW] +* NAT/UPNP: [Milan] - finalize API design - code clean up - testing @@ -90,6 +98,8 @@ - good to have for DHT evaluation! * DHT: [Nate] - performance tests +* BLOCK: + - more testing (KBlock, SBlock, NBlock) 0.9.1: * TRANSPORT: [MW]