1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

comments on vars in dht

This commit is contained in:
Jeromy
2014-11-08 21:57:11 -08:00
parent 34561b0da8
commit d98808fad9

View File

@ -9,10 +9,10 @@ import (
// Pool size is the number of nodes used for group find/set RPC calls
var PoolSize = 6
// We put the 'K' in kademlia!
// K is the maximum number of requests to perform before returning failure.
var KValue = 10
// Its in the paper, i swear
// Alpha is the concurrency factor for asynchronous requests.
var AlphaValue = 3
// A counter for incrementing a variable across multiple threads