diff options
author | joe <joe@jerkface.net> | 2018-06-09 15:59:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-09 15:59:22 -0400 |
commit | e4e4650d004cba42bfd8897d9658bfcaec82fb6d (patch) | |
tree | 3a4476002f04b099dd3e02072010efeed2579222 /todo.txt | |
parent | e75cc83de37b628418c313b61db8864a04763562 (diff) |
bittorrent: Expire old peer announcements.
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,3 +1,5 @@ | |||
1 | tox: XEdDSA signature algorithm and key conversion. | ||
2 | |||
1 | maint: send patch to Vincent Hanquez to implement crypto_box_* | 3 | maint: send patch to Vincent Hanquez to implement crypto_box_* |
2 | 4 | ||
3 | tox: layerTransport handshake decryption: use (SecretKey,SockAddr) as the | 5 | tox: layerTransport handshake decryption: use (SecretKey,SockAddr) as the |
@@ -41,10 +43,6 @@ tox: cache diffie-helman secrets | |||
41 | 43 | ||
42 | tox: Chat support. | 44 | tox: Chat support. |
43 | 45 | ||
44 | bt: 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 | |||
48 | bt: Limit peers in get_peers response for UDP packet size limiting (around 1k). | 46 | bt: Limit peers in get_peers response for UDP packet size limiting (around 1k). |
49 | 47 | ||
50 | bt: Use LMDB backend for peer store (and nodes too?). | 48 | bt: Use LMDB backend for peer store (and nodes too?). |