package
1.7.5
Repository: https://github.com/filecoin-project/boost.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewForwardingHost node constructs a service node connected to the given proxy on the passed in host.
No description provided by the author

# Constants

ForwardingProtocolID identifies the protocol for requesting forwarding of a protocol for the libp2p load balancer.

# Variables

ErrInboundRequestsAreSingleProtocol is thrown by the service node when it receives and outbound request.
ErrNoInboundRequests is thrown by the load balancer when it receives and inbound request.
ErrNoOutboundRequests is thrown by the service node when it receives and outbound request.

# Structs

ErrNotRegistered indicates a peer has not registered a given protocol but is trying to extend or terminate the registration.
ForwardingHost is a host that behaves as a service node connected to a proxy -- all traffic is routed through the proxy for each registered protocol.
No description provided by the author