# Functions
Client configures whether or not the DHT operates in client-only mode.
Datastore configures the DHT to use the specified datastore.
NamespacedValidator adds a validator namespaced under `ns`.
Protocols sets the protocols for the DHT
Defaults to dht.DefaultProtocols.
Validator configures the DHT to use the specified validator.
# Variables
No description provided by the author
Defaults are the default DHT options.
No description provided by the author
No description provided by the author
# Structs
Options is a structure containing all the options that can be used when constructing a DHT.
# Type aliases
Option DHT option type.