package
0.1.0
Repository: https://github.com/bpfs/dep2p.git
Documentation: pkg.go.dev

# 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.

# Structs

FullRT is an experimental DHT client that is under development.
RecvdVal stores a value and the peer from which we got the value.

# Type aliases

No description provided by the author