From 7215e481030ceee395e517e4e195aeba3d467fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 29 Jan 2023 15:24:15 +0100 Subject: fix use after free in torrent structs remove_torrent was doing wrong things when first torrent in LL was to be removed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 514f7b9..abfdc94 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ # todo * use ppoll * implement BEP-0042 DHT security extension, requires crc32c library -* metadata receiving from uTorrent does not work for some unknown reason +* metadata receiving from uTorrent does not work for some unknown reason (fixed) * uses A LOT of bandwidth, implement packet deduplication (fixed?) +* analysis: geoip for queries, get their localtime and update counter for current 15 minute period in countries time(queries) chart # anti sybil measures: -* analysis: geoip for queries, get their localtime and update counter for current 15 minute period in countries time(queries) chart -* only get_peers when aren't any peers to test -* periodic counter for packets that resets on periodic call, breaks into debugger if any of the following is larger than 2**14: +* only get_peers when aren't any peers to test (done) +* periodic counter for packets that resets on periodic call, assert none of the following is larger than 2**14: (done) - received queries - sent queries - received responses -- cgit v1.2.3