aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2017-06-19 02:11:47 +0000
committerFelix Hanley <felix@userspace.com.au>2017-06-19 02:11:47 +0000
commitafe038fb57690b20229d63b64c15b07b45d71527 (patch)
tree9888170439a4af854331a73093b910d72a90af4a /README.md
parent315df83a3203a7a62d7cc6003385bd91c384cdd3 (diff)
downloaddhtsearch-afe038fb57690b20229d63b64c15b07b45d71527.tar.gz
dhtsearch-afe038fb57690b20229d63b64c15b07b45d71527.tar.bz2
Fix configuration setting and add Unicode character class tags
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index e67f275..70f14af 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,6 @@ and the following "advanced" options:
memory cache of seen peers (default 200)
-routing-table-size int
number of remote nodes in routing table (default 1000)
- -slab-allocations int
- number of memory blocks to allocate for DHT client (default 10)
-tcp-timeout int
TCP timeout in seconds (default 10)
-udp-timeout int
@@ -92,9 +90,8 @@ following nodes.
## TODO
-- Add tests!
- Enable rate limiting.
- Improve our manners on the DHT network (replies etc.).
- Improve the routing table implementation.
-- Improve tagging by checking the torrent name against Unicode sections.
- Add results pagination.
+- Add tests!