aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO44
1 files changed, 0 insertions, 44 deletions
diff --git a/TODO b/TODO
index 5f47fa45a..e1022fa03 100644
--- a/TODO
+++ b/TODO
@@ -1,34 +1,4 @@
10.9.0:
2* Transport:
3 - When receiving SESSION_CONNECT: actually consider switching session /
4 (test this!)
5* big code review
6* Determine RC bugs and fix those (release should have no known real bugs)
7
80.9.1: 10.9.1:
9* TRANSPORT: [MW]
10 - 'TransmitFunction' requires plugins to have "unbounded" queue (or at least
11 queue of size > 2), might be better to have at MOST one message pending
12 per plugin/target and only send the next one after the continuation was
13 called (or use 'notify_transmit_ready-style API?)
14 - WLAN transport backend (code cleanup) [MW]
15 - need to periodically probe latency/transport cost changes & possibly switch transport
16 (working ATS)
17* DV:
18 - proper bandwidth allocation
19 - performance tests
20* PEERINFO:
21 - merge multiple HELLOs of the same peer in the transmission queue
22 (theoretically reduces overhead; bounds message queue size)
23 - merge multiple iteration requests over "all" peers in the queue
24 (theoretically reduces overhead; bounds messgae queue size)
25* STATISTICS:
26 - should use BIO instead of mmap
27* FS: [CG]
28 - implement multi-peer FS performance tests + gauger them!
29 + insert
30 + download
31 + search
32* GNUNET-GTK: [CG] 2* GNUNET-GTK: [CG]
33 - add tool bar 3 - add tool bar
34 - add progress dialog for 'add_dir_at_iter' scan (can take a while...) 4 - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
@@ -46,20 +16,6 @@
46 16
470.9.2: 170.9.2:
48* PEERINFO: [NN] 18* PEERINFO: [NN]
49 - expire 'ancient' HELLOs (those without valid addresses AND that
50 we have not 'used' (for their public keys) in a while; need a way
51 to track actual 'use')
52 - make sue we also trigger notifications whenever HELLOs expire
53* WLAN:
54 - nice signal strength adjustment [MW]
55 - energy cost in ATS [MW]
56* PEERINFO: [NN]
57 - complete peerinfo GUI (=> start from gnunet-gtk by button!) 19 - complete peerinfo GUI (=> start from gnunet-gtk by button!)
58 - extend peer dialog with green-yellow-red connectivity status lights 20 - extend peer dialog with green-yellow-red connectivity status lights
59 - extend peer dialog with country flags and names 21 - extend peer dialog with country flags and names
60
610.9.3:
62* VPN
63 - "DNS" .gnunet [MW]
64* MESH:
65 - optimized routes (beyond DHT/DV)