2014-08-23 22:21:20 -07:00
|
|
|
package dht
|
|
|
|
|
2020-02-01 21:57:29 -05:00
|
|
|
// Deprecated: No longer used
|
2014-08-23 22:21:20 -07:00
|
|
|
// Pool size is the number of nodes used for group find/set RPC calls
|
|
|
|
var PoolSize = 6
|
|
|
|
|
2020-02-01 21:57:29 -05:00
|
|
|
// 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.
|
2016-02-10 16:07:06 -08:00
|
|
|
var KValue = 20
|
2014-08-23 22:21:20 -07:00
|
|
|
|
2020-02-01 21:57:29 -05:00
|
|
|
// 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.
|
2014-08-23 22:21:20 -07:00
|
|
|
var AlphaValue = 3
|