ESP-IDF
ESP_TLS_DEFAULT_CONN_TIMEOUT
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
ESP_TLS_DEFAULT_CONN_TIMEOUT
ESP_TLS_DEFAULT_CONN_TIMEOUT macro
Default connection timeout in seconds
Syntax
Show:
Summary
Declaration
from
esp_tls.c:111
#define
ESP_TLS_DEFAULT_CONN_TIMEOUT
(
10
)
Examples
References
from
examples
Code
Location
#define
ESP_TLS_DEFAULT_CONN_TIMEOUT
(
10
)
/*!< Default connection timeout in seconds */
esp_tls.c:111
tv
.
tv_sec
=
ESP_TLS_DEFAULT_CONN_TIMEOUT
;
esp_tls.c:271
struct
timeval
tv
=
{
.
tv_usec
=
0
,
.
tv_sec
=
ESP_TLS_DEFAULT_CONN_TIMEOUT
}
;
// Default connection timeout is 10 s
esp_tls.c:382
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