# Functions
NewParams creates new parameters based on the provided options.
WithPeerFilter sets a peer filter which provides per-request filtering of peers.
WithPeerSorter sets a peer sorter function which provides per-request sorting of peers.
WithPrioritySelector sets a priority selector function which provides per-request prioritization of peers.
WithRetryOpts sets the retry options.
# Type aliases
PeerFilter filters out unwanted peers.
PeerSorter sorts the peers.
PrioritySelector determines how likely a peer is to be selected over another peer.