Increase the concurrency of DHT requests to 8.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / krpc.py
2008-05-09 Cameron DaleBetter error logging for store_value token errors.
2008-05-03 Cameron DaleMake sure full timeouts occur even if a resend timeout...
2008-05-03 Cameron DaleLower the timeout to 9 sec to reduce delays.
2008-04-29 Cameron DaleDon't log KRPC errors for receiving an invalid store_va...
2008-04-26 Cameron DaleClean up the copyrights mentioned in the code.
2008-04-23 Cameron DaleTrap KRPC errors in writing to the transport and wait...
2008-04-21 Cameron DaleMake the DHT timeouts configuration parameters.
2008-04-18 Cameron DaleDHT stats now include completed actions and various...
2008-04-16 Cameron DaleClean up the DHT config, making K and HASH_LENGTH const...
2008-04-15 Cameron DaleRetransmit DHT requests before timeout occurs is complete.
2008-04-15 Cameron DaleKrpc now works as before but with a new request infrast...
2008-04-15 Cameron DaleWIP on sending multiple KRPC requests before timeout.
2008-04-11 Cameron DaleUpdated and added a lot of unittests.
2008-03-27 Cameron DaleKRPC calls callback with the response dictionary by...
2008-03-12 Cameron DaleStart using the new DHT stats module (untested).
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.