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
b5c20b55
Commit
b5c20b55
authored
Nov 08, 2014
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments on vars in dht
parent
b1e34b5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util.go
util.go
+2
-2
No files found.
util.go
View file @
b5c20b55
...
...
@@ -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
i
n
the
paper, i swear
//
Alpha
i
s
the
concurrency factor for asynchronous requests.
var
AlphaValue
=
3
// A counter for incrementing a variable across multiple threads
...
...
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