提交 d98808fa 作者: Jeromy

comments on vars in dht

上级 34561b0d
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论