ESP-IDF
tls_keep_alive_cfg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tls_keep_alive_cfg
tls_keep_alive_cfg struct
Keep alive parameters structure
Syntax
Show:
Summary
Declaration
from
esp_tls.h:68
typedef
struct
tls_keep_alive_cfg
{
bool
keep_alive_enable
;
int
keep_alive_idle
;
int
keep_alive_interval
;
int
keep_alive_count
;
}
tls_keep_alive_cfg_t
;
Fields
Field
Declared as
Description
tls_keep_alive_cfg::keep_alive_enable
bool
Enable keep-alive timeout.
tls_keep_alive_cfg::keep_alive_idle
int
Keep-alive idle time (second).
tls_keep_alive_cfg::keep_alive_interval
int
Keep-alive interval time (second).
tls_keep_alive_cfg::keep_alive_count
int
Keep-alive packet retry send count.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out