UdsTransport is the Unix Domain Socket transport. CanDial returns true if this transport believes it can dial the given
multiaddr. Dial dials the peer at the remote address.(*UdsTransport) DialWithUpdates(ctx context.Context, raddr ma.Multiaddr, p peer.ID, updateChan chan<- transport.DialUpdate) (transport.CapableConn, error) Listen listens on the given multiaddr. Protocols returns the list of terminal protocols this transport can dial. Proxy always returns false for the UDS transport.(*UdsTransport) String() string
*UdsTransport : github.com/libp2p/go-libp2p/core/transport.DialUpdater
*UdsTransport : github.com/libp2p/go-libp2p/core/transport.Transport
*UdsTransport : expvar.Var
*UdsTransport : fmt.Stringer
func NewUDSTransport(upgrader transport.Upgrader, rcmgr network.ResourceManager, opts ...func(*UdsTransport) error) (*UdsTransport, error)
Package-Level Functions (only one)
NewUDSTransport creates a UDS transport object.
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.