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-swarm
Commits
201a8d14
Commit
201a8d14
authored
Mar 30, 2021
by
vyzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust next dial delays
parent
9d50a8c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
swarm_dial.go
swarm_dial.go
+2
-2
No files found.
swarm_dial.go
View file @
201a8d14
...
...
@@ -59,8 +59,8 @@ var (
var
(
DelayDialPrivateAddr
=
5
*
time
.
Millisecond
DelayDialPublicAddr
=
5
0
*
time
.
Millisecond
DelayDialRelayAddr
=
10
0
*
time
.
Millisecond
DelayDialPublicAddr
=
2
5
*
time
.
Millisecond
DelayDialRelayAddr
=
5
0
*
time
.
Millisecond
)
// DialAttempts governs how many times a goroutine will try to dial a given peer.
...
...
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