Documentation ¶
Overview ¶
Package recvfd provides an NSE registry server chain element that:
- Receives and fd over a unix file socket if the nse.URL is an inode://${dev}/${inode} url
- Rewrites the nse.URL to unix:///proc/${pid}/fd/${fd} so it can be used by a normal dialer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNetworkServiceEndpointRegistryClient ¶ added in v1.1.0
func NewNetworkServiceEndpointRegistryClient() registry.NetworkServiceEndpointRegistryClient
NewNetworkServiceEndpointRegistryClient - returns a new null client that does nothing but call next.NetworkServiceEndpointRegistryClient(ctx).
func NewNetworkServiceEndpointRegistryServer ¶
func NewNetworkServiceEndpointRegistryServer() registry.NetworkServiceEndpointRegistryServer
NewNetworkServiceEndpointRegistryServer - creates new NSE registry chain element that will:
- Receive and fd over a unix file socket if the nse.URL is an inode://${dev}/${inode} url
- Rewrite the nse.URL to unix:///proc/${pid}/fd/${fd} so it can be used by a normal dialer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.