14 lines
507 B
Go
Raw Normal View History

package dht
// Deprecated: No longer used
// Pool size is the number of nodes used for group find/set RPC calls
var PoolSize = 6
// Deprecated: This value is still the default, but changing this parameter no longer does anything.
2014-11-08 21:57:11 -08:00
// K is the maximum number of requests to perform before returning failure.
var KValue = 20
// Deprecated: This value is still the default, but changing this parameter no longer does anything.
2014-11-08 21:57:11 -08:00
// Alpha is the concurrency factor for asynchronous requests.
var AlphaValue = 3