]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt-p2p.conf
Clean up the DHT config, making K and HASH_LENGTH constants instead.
[quix0rs-apt-p2p.git] / apt-p2p.conf
index 6121547c516d9399e33915707d7ab0b8f817e53a..500bd23b894080bc2d0f63de652dbb29014983fc 100644 (file)
@@ -72,12 +72,6 @@ BOOTSTRAP = www.camrdale.org:9977
 # whether this node is a bootstrap node
 BOOTSTRAP_NODE = no
 
 # whether this node is a bootstrap node
 BOOTSTRAP_NODE = no
 
-# Kademlia "K" constant, this should be an even number
-K = 8
-
-# SHA1 is 160 bits long
-HASH_LENGTH = 160
-
 # interval between saving the running state
 CHECKPOINT_INTERVAL = 5m
 
 # interval between saving the running state
 CHECKPOINT_INTERVAL = 5m