New TODO for better total number of nodes calculation.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / DHT.py
2008-05-03 Cameron DaleLower the timeout to 9 sec to reduce delays.
2008-04-29 Cameron DaleOnly add nodes to the routing table that have responded...
2008-04-28 Cameron DaleDon't add local IP addresses to the routing table ...
2008-04-21 Cameron DaleRemove some unnecessary calls to log.err and just print...
2008-04-21 Cameron DaleFix a bug in loading the new KRPC timeout config params.
2008-04-21 Cameron DaleMake the DHT timeouts configuration parameters.
2008-04-16 Cameron DaleClean up the DHT config, making K and HASH_LENGTH const...
2008-04-15 Cameron DaleMake better use of defer.Fail for returning deferred...
2008-04-15 Cameron DaleRetransmit DHT requests before timeout occurs is complete.
2008-04-14 Cameron DaleMore strict use of errbacks when using deferreds.
2008-04-14 Cameron DaleTry to rejoin DHT periodically after failures using...
2008-03-17 Cameron DaleMove the HTML stats page generation for the DHT into...
2008-03-17 Cameron DaleAdded the number of times each action was started to...
2008-03-14 Cameron DaleDisplay DHT statistics to the HTTP user.
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.