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
7c151dad
Unverified
Commit
7c151dad
authored
Jul 28, 2018
by
Christophe de Carvalho
Committed by
GitHub
Jul 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in dht_bootstrap.go
parent
d4e1e7e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dht_bootstrap.go
dht_bootstrap.go
+2
-2
No files found.
dht_bootstrap.go
View file @
7c151dad
...
...
@@ -22,8 +22,8 @@ import (
// queries.
type
BootstrapConfig
struct
{
Queries
int
// how many queries to run per period
Period
time
.
Duration
// how often to run periodi
cbootstrap.
Timeout
time
.
Duration
// how long to wait for a bootstra
o
query to run
Period
time
.
Duration
// how often to run periodic
bootstrap.
Timeout
time
.
Duration
// how long to wait for a bootstra
p
query to run
}
var
DefaultBootstrapConfig
=
BootstrapConfig
{
...
...
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