From bc43963ad2fd63bf9299b4feb2407fc07af530e6 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 5 Dec 2023 21:39:19 +0000 Subject: [PATCH] noticed a bug, added to TODO --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index ac2c650..1282f7a 100644 --- a/TODO.md +++ b/TODO.md @@ -32,6 +32,9 @@ To do this, a - [x] Ensure that if we query the "returned" nodes, they are even closer to our request than the responding node id was. +incoming peers: +- [ ] error managing peer: expected extended handshake, but got Bitfield(<94 bytes>) + someday: - [x] cancellation from the client-side for the lib (i.e. stop the torrent manager)