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
151e46bb
Commit
151e46bb
authored
Sep 06, 2017
by
Marten Seemann
Browse files
use the renamed transport interfaces
parent
29d46eeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
conn.go
View file @
151e46bb
...
...
@@ -25,7 +25,7 @@ type quicConn struct {
}
var
_
tpt
.
Conn
=
&
quicConn
{}
var
_
tpt
.
Multi
Stream
Conn
=
&
quicConn
{}
var
_
tpt
.
Multi
plex
Conn
=
&
quicConn
{}
func
newQuicConn
(
sess
quic
.
Session
,
t
tpt
.
Transport
)
(
*
quicConn
,
error
)
{
// analogues to manet.WrapNetConn
...
...
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