aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index 0618570fd..4fe3cbaf5 100644
--- a/TODO
+++ b/TODO
@@ -11,6 +11,9 @@
11 likely good enough until we get ATS going; still should be tested... 11 likely good enough until we get ATS going; still should be tested...
12 => "peers connected (transport)" now instantly goes to ZERO (core statistic), 12 => "peers connected (transport)" now instantly goes to ZERO (core statistic),
13 but "established sessions" stays up... 13 but "established sessions" stays up...
14 - service:
15 + 2-peer perf test goes WAY over bandwidth limit (i.e. 300 kbps/set, 2 MB/s transfer rate); clearly core does
16 not properly enforce the limit [MW]
14 17
150.9.0pre3: 180.9.0pre3:
16* Determine RC bugs and fix those (release should have no known real bugs) 19* Determine RC bugs and fix those (release should have no known real bugs)
@@ -33,16 +36,11 @@
33 - also do UPnP-based (external) IP detection 36 - also do UPnP-based (external) IP detection
34 (Note: build library always, build UPnP service when dependencies like libxml2 are available) 37 (Note: build library always, build UPnP service when dependencies like libxml2 are available)
35* FS: [CG] 38* FS: [CG]
36 - service:
37 + 2-peer perf test does NOT terminate for large (500 MB) files because
38 somehow blocks are not found (suspect: load-based no DB lookup + forward first, no clean up of routing table?)
39 + 2-peer perf test goes WAY over bandwidth limit (i.e. 300 kbps/set, 2 MB/s transfer rate); clearly core does
40 not properly enforce the limit
41 - library: 39 - library:
42 + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download) 40 + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
43 + add support for pushing "already seen" search results to FS service for bloomfilter 41 + add support for pushing "already seen" search results to FS service for bloomfilter
44 + use different 'priority' for probe downloads vs. normal downloads 42 + use different 'priority' for probe downloads vs. normal downloads
45 - implement FS performance tests 43 - implement multi-peer FS performance tests
46 + insert 44 + insert
47 + download 45 + download
48 + search 46 + search