*** empty log message ***
[quix0rs-apt-p2p.git] / const.py
index 797b2d0ce84adea331ca512b7a82d57d66c45159..1faab28925f49f2c9a4186e0cca7d32136a28e9b 100644 (file)
--- a/const.py
+++ b/const.py
@@ -16,7 +16,7 @@ except IOError:
 NULL_ID =  20 * '\0'
 
 # Kademlia "K" constant, this should be an even number
-K = 20
+K = 8
 
 # SHA1 is 160 bits long
 HASH_LENGTH = 160