ripped out xmlrpc, experimented with xmlrpc but with bencode, finally
[quix0rs-apt-p2p.git] / const.py
index d81ecbd45f021de20eebd6c2c3faca37240a0f94..ee1da1fc0d0d4ec46d3973fb460db9ffd394679c 100644 (file)
--- a/const.py
+++ b/const.py
@@ -8,7 +8,7 @@ main.installReactor(reactor)
 NULL_ID =  20 * '\0'
 
 # Kademlia "K" constant, this should be an even number
-K = 8
+K = 20
 
 # SHA1 is 160 bits long
 HASH_LENGTH = 160