# Functions
DefaultLimit returns a RelayLimit object with the defaults filled in.
DefaultResources returns a Resources object with the default filled in.
New constructs a new limited relay that can provide relay services in the given host.
WithACL is a Relay option that supplies an ACLFilter for access control.
WithLimit is a Relay option that sets only the relayed connection limits for the relay.
WithResources is a Relay option that sets specific relay resources for the relay.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Relay is the (limited) relay service object.
RelayLimit are the per relayed connection resource limits.
Resources are the resource limits associated with the relay service.
# Interfaces
ACLFilter is an Access Control mechanism for relayed connect.
# Type aliases
No description provided by the author