]> git.mxchange.org Git - quix0rs-apt-p2p.git/commit
Make the MultiDHT test_store work for large number of nodes.
authorCameron Dale <camrdale@gmail.com>
Wed, 9 Jan 2008 04:45:21 +0000 (20:45 -0800)
committerCameron Dale <camrdale@gmail.com>
Wed, 9 Jan 2008 04:45:21 +0000 (20:45 -0800)
commit08e747941eaa12ddf466a49e4dadf292758d6cd2
tree473f1b8ddd15ee4a8d4ad7da071fc0a61e50e7d3
parent74e8a91349d0b55447de62ce72db692c177bcec7
Make the MultiDHT test_store work for large number of nodes.

It generated errors before as all the requests for get/store
were sent out simultaneously, and some got lost (probably due
to network queue lengths). Instead, send each request and
wait for it to complete.
apt_dht_Khashmir/DHT.py