ipld-eth-server/vendor/github.com/libp2p/go-libp2p-kad-dht/util.go
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

11 lines
275 B
Go

package dht
// Pool size is the number of nodes used for group find/set RPC calls
var PoolSize = 6
// K is the maximum number of requests to perform before returning failure.
var KValue = 20
// Alpha is the concurrency factor for asynchronous requests.
var AlphaValue = 3