X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=test.py;h=d697b371a4d9aaf529798bfb510b398cd6d50b3d;hp=5468a1d28e62bd65277ef5494cdc35dfb1b81ae5;hb=5f71361ea619c97e77b9c5cd52894d2088d19b08;hpb=c2be1eee6c0157ddcb1dc188c96711eaa21c7897 diff --git a/test.py b/test.py index 5468a1d..d697b37 100755 --- a/test.py +++ b/test.py @@ -371,6 +371,14 @@ CONCURRENT_REQS = 4 # how many hosts to post to STORE_REDUNDANCY = 3 +# How many values to attempt to retrieve from the DHT. +# Setting this to 0 will try and get all values (which could take a while if +# a lot of nodes have values). Setting it negative will try to get that +# number of results from only the closest STORE_REDUNDANCY nodes to the hash. +# The default is a large negative number so all values from the closest +# STORE_REDUNDANCY nodes will be retrieved. +RETRIEVE_VALUES = -10000 + # how many times in a row a node can fail to respond before it's booted from the routing table MAX_FAILURES = 3