# Functions
DefaultBootstrapPeers returns the default datahop bootstrap peers (for use with NewLibp2pHost.
New creates an IPFS-Lite Peer.
NewAdder Returns a new Adder used for a file add operation.
SetupLibp2p returns a routed host and DHT instances that can be used to easily create an ipfslite Peer.
WithAutoDownload decides if content will be downloaded automatically.
WithCrdtNamespace sets the replication crdt namespace.
WithCrdtTopic sets the replication crdt listen topic.
WithmDNS decides if the ipfs node will start with mDNS or not.
WithmDNSInterval changes default mDNS rebroadcast interval.
WithRebroadcastInterval changes default crdt rebroadcast interval.
# Constants
ServiceTag is used for mDNS.
# Structs
Adder holds the switches passed to the `add` command.
AddParams contains all of the configurable parameters needed to specify the importing process of a file.
No description provided by the author
Options for setting up the datahop ipfslite node.
Peer is an IPFS-Lite peer.
# Type aliases
Option is interface for setting up the datahop ipfslite node.