Preparing search index...
The search index is not available
Documentation
Documentation
@waku/core
KeepAliveManager
Class KeepAliveManager
Index
Constructors
constructor
Properties
libp2p
options
ping
Keep
Alive
Timers
relay?
relay
Keep
Alive
Timers
Methods
connections
Exist
schedule
Relay
Pings
start
stop
stop
All
Constructors
constructor
new
Keep
Alive
Manager
(
__namedParameters
)
:
KeepAliveManager
Parameters
__namedParameters
:
CreateKeepAliveManagerOptions
Returns
KeepAliveManager
Properties
Private
Readonly
libp2p
libp2p
:
Libp2p
Private
Readonly
options
options
:
KeepAliveOptions
Private
ping
Keep
Alive
Timers
ping
Keep
Alive
Timers
:
Map
<
string
,
Timeout
>
= ...
Private
Optional
Readonly
relay
relay
?:
IRelay
Private
relay
Keep
Alive
Timers
relay
Keep
Alive
Timers
:
Map
<
PeerId
,
Timeout
[]
>
= ...
Methods
connections
Exist
connections
Exist
(
)
:
boolean
Returns
boolean
Private
schedule
Relay
Pings
schedule
Relay
Pings
(
relay
,
relayPeriodSecs
,
peerIdStr
)
:
Timeout
[]
Parameters
relay
:
IRelay
relayPeriodSecs
:
number
peerIdStr
:
string
Returns
Timeout
[]
start
start
(
peerId
)
:
void
Parameters
peerId
:
PeerId
Returns
void
stop
stop
(
peerId
)
:
void
Parameters
peerId
:
PeerId
Returns
void
stop
All
stop
All
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
libp2p
options
ping
Keep
Alive
Timers
relay
relay
Keep
Alive
Timers
connections
Exist
schedule
Relay
Pings
start
stop
stop
All
Documentation
Loading...