From bd6544780655cf15adbfb42bc7df811d503a4a47 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 23 Nov 2013 18:20:51 -0200 Subject: [PATCH] important TODO: Check pieces before sending to other peers in swarm --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index b4ff6296..4ec640f5 100644 --- a/TODO +++ b/TODO @@ -61,3 +61,7 @@ this resource to report the number of torrent peers) - Improve dhtget for the multi case so multiple responses may be joined/concatenated. +- Check pieces before sending to other peers in swarm. The issue here is that whenever +acceptSignedPost is changed to become stricter the old posts (which have been previously +accepted into torrents) may fail to pass in the new test. This causes peers to becomed +massively banned by other peers because they try to send invalid pieces.