made the DHT implementation slightly more robust against routing table poisoning and node ID spoofing

This commit is contained in:
Arvid Norberg
2011-01-08 08:54:51 +00:00
parent b53ab26a84
commit b49999b76e
12 changed files with 203 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
* made the DHT implementation slightly more robust against routing table poisoning and node ID spoofing
* support chunked encoding in http downloads (http_connection)
* support adding torrents by url to the .torrent file
* support CDATA tags in xml parser