X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=test.py;h=d4df4e74e661a56ede906c65e2b6f57e36ac4e71;hp=3ccaa14b3947a22d915757c09a7202966f861a16;hb=2f3c17ab7b51cbad0abf11fa66f6cafcb5a41c5e;hpb=09472169824fc47c359cdee65652a12a7ba46806 diff --git a/test.py b/test.py index 3ccaa14..d4df4e7 100755 --- a/test.py +++ b/test.py @@ -357,9 +357,6 @@ CACHE_DIR = %(CACHE_DIR)s # for everybody to download # OTHER_DIRS = -# User name to try and run as -# USERNAME = - # Whether it's OK to use an IP addres from a known local/private range LOCAL_OK = yes @@ -387,12 +384,6 @@ BOOTSTRAP = %(BOOTSTRAP)s # whether this node is a bootstrap node BOOTSTRAP_NODE = %(BOOTSTRAP_NODE)s -# Kademlia "K" constant, this should be an even number -K = 8 - -# SHA1 is 160 bits long -HASH_LENGTH = 160 - # checkpoint every this many seconds CHECKPOINT_INTERVAL = 5m