Final version of abstract.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / DHT.py
2008-06-15 Cameron DaleUse the version number in the Khashmir node ID.
2008-05-10 Cameron DaleWhen a node fails, schedule a future ping to check...
2008-05-09 Cameron DaleOnly touch a bucket if a find request targets it.
2008-05-09 Cameron DaleIncrease the stored value redundancy to 6.
2008-05-09 Cameron DaleIncrease the concurrency of DHT requests to 8.
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.