Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
052ac597
Commit
052ac597
authored
Mar 05, 2020
by
Adin Schmahmann
Committed by
Steven Allen
Apr 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made deprecated util values have comments that satisfy golint
parent
acd3bbad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
util.go
util.go
+3
-3
No files found.
util.go
View file @
052ac597
package
dht
// PoolSize is the number of nodes used for group find/set RPC calls
// Deprecated: No longer used
// Pool size is the number of nodes used for group find/set RPC calls
var
PoolSize
=
6
// KValue is the maximum number of requests to perform before returning failure.
// Deprecated: This value is still the default, but changing this parameter no longer does anything.
// K is the maximum number of requests to perform before returning failure.
var
KValue
=
20
// AlphaValue is the concurrency factor for asynchronous requests.
// Deprecated: This value is still the default, but changing this parameter no longer does anything.
// Alpha is the concurrency factor for asynchronous requests.
var
AlphaValue
=
3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment