xmpp_p2p
Preparing search index...
core/p2p
CreateP2PNodeOptions
Interface CreateP2PNodeOptions
Startup options for the shared libp2p node factory.
interface
CreateP2PNodeOptions
{
enableDht
?:
boolean
;
enableMdns
?:
boolean
;
host
?:
string
;
}
Index
Properties
enable
Dht?
enable
Mdns?
host?
Properties
Optional
enable
Dht
enableDht
?:
boolean
Optional
enable
Mdns
enableMdns
?:
boolean
Optional
host
host
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enable
Dht
enable
Mdns
host
xmpp_p2p
Loading...
Startup options for the shared libp2p node factory.