Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p-quic-transport
Commits
4ab984ad
Commit
4ab984ad
authored
Jul 10, 2018
by
Marten Seemann
Browse files
use QUIC Keep Alives
parent
c25d491a
Changes
1
Hide whitespace changes
Inline
Side-by-side
transport.go
View file @
4ab984ad
...
...
@@ -24,6 +24,7 @@ var quicConfig = &quic.Config{
// TODO(#6): require source address validation when under load
return
true
},
KeepAlive
:
true
,
}
// The Transport implements the tpt.Transport interface for QUIC connections.
...
...
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