You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
# github.com/libp2p/go-utp-transport
../../libp2p/go-utp-transport/utp.go:67:59: undefined: "github.com/libp2p/go-libp2p-transport".DialOpt
../../libp2p/go-utp-transport/utp.go:67:73: undefined: "github.com/libp2p/go-libp2p-transport".Dialer
../../libp2p/go-utp-transport/utp.go:84:59: undefined: "github.com/libp2p/go-libp2p-transport".DialOpt
../../libp2p/go-utp-transport/utp.go:103:3: cannot use t (type *UtpTransport) as type "github.com/libp2p/go-libp2p-core/transport".Transport in field value:
*UtpTransport does not implement "github.com/libp2p/go-libp2p-core/transport".Transport (missing CanDial method)
../../libp2p/go-utp-transport/utp.go:128:10: undefined: "github.com/libp2p/go-libp2p-transport".ConnWrap
../../libp2p/go-utp-transport/utp.go:145:10: undefined: "github.com/libp2p/go-libp2p-transport".ConnWrap
../../libp2p/go-utp-transport/utp.go:167:5: cannot use (*UtpTransport)(nil) (type *UtpTransport) as type "github.com/libp2p/go-libp2p-core/transport".Transport in assignment:
*UtpTransport does not implement "github.com/libp2p/go-libp2p-core/transport".Transport (missing CanDial method)
../../libp2p/go-utp-transport/utp.go:172:8: undefined: utp.Addr
../../libp2p/go-utp-transport/utp.go:209:10: undefined: utp.Addr
The text was updated successfully, but these errors were encountered:
Unfortunately, this package fell by the wayside as we misattributed a bug in our multiplexers to it (IIRC). It will need to be updated for the latest go-libp2p-core/transport changes before it can be used.
The text was updated successfully, but these errors were encountered: