summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-09 15:59:22 -0400
committerjoe <joe@jerkface.net>2018-06-09 15:59:22 -0400
commite4e4650d004cba42bfd8897d9658bfcaec82fb6d (patch)
tree3a4476002f04b099dd3e02072010efeed2579222 /todo.txt
parente75cc83de37b628418c313b61db8864a04763562 (diff)
bittorrent: Expire old peer announcements.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt
index d4b2d828..94fe6cd3 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,3 +1,5 @@
1tox: XEdDSA signature algorithm and key conversion.
2
1maint: send patch to Vincent Hanquez to implement crypto_box_* 3maint: send patch to Vincent Hanquez to implement crypto_box_*
2 4
3tox: layerTransport handshake decryption: use (SecretKey,SockAddr) as the 5tox: layerTransport handshake decryption: use (SecretKey,SockAddr) as the
@@ -41,10 +43,6 @@ tox: cache diffie-helman secrets
41 43
42tox: Chat support. 44tox: Chat support.
43 45
44bt: Collect PeerStore garbage: "Note that you should call .put() every hour for
45 content that you want to keep alive, since nodes may discard data nodes
46 older than 2 hours." (source: https://www.npmjs.com/package/bittorrent-dht)
47
48bt: Limit peers in get_peers response for UDP packet size limiting (around 1k). 46bt: Limit peers in get_peers response for UDP packet size limiting (around 1k).
49 47
50bt: Use LMDB backend for peer store (and nodes too?). 48bt: Use LMDB backend for peer store (and nodes too?).