]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_dht/apt_dht_conf.py
Use function for sending krpc responses, and add spew parameter.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index dd474bfc622b8c5a58b98296ad463affdc89ef63..98bbd884358bbd1b09ae69945e500d8fd9b06b68 100644 (file)
@@ -80,6 +80,9 @@ DHT_DEFAULTS = {
     
     # expire entries older than this
     'KE_AGE': '1h', # 60 minutes
+    
+    # whether to spew info about the requests/responses in the protocol
+    'SPEW': 'yes',
 }
 
 class AptDHTConfigParser(SafeConfigParser):