# Functions
No description provided by the author
NewFullRT creates a DHT client that tracks the full network.
WithBulkSendParallelism sets the maximum degree of parallelism at which messages are sent to other peers.
WithCrawler sets the crawler.Crawler to use in order to crawl the DHT network.
WithCrawlInterval sets the interval at which the DHT is crawled to refresh peer store.
WithProviderManagerOptions sets the options to use when instantiating providers.ProviderManager.
WithSuccessWaitFraction sets the fraction of peers to wait for before considering an operation a success defined as a number between (0, 1].
WithTimeoutPerOperation sets the timeout per operation, where operations include putting providers and querying the DHT.
# Type aliases
No description provided by the author