meshtastic-sdk
Toggle table of contents
0.1.0-rc1
common
Target filter
common
Switch theme
Search in API
Skip to content
meshtastic-sdk
core
/
org.meshtastic.sdk
/
AutoReconnectConfig
/
AutoReconnectConfig
Auto
Reconnect
Config
constructor
(
enabled
:
Boolean
=
true
,
initialBackoff
:
Duration
=
1.seconds
,
maxBackoff
:
Duration
=
60.seconds
,
maxAttempts
:
Int
?
=
null
,
backoffMultiplier
:
Double
=
2.0
,
jitter
:
Double
=
0.2
)
(
source
)