wss_server sample
get_max_delay()
is only used within wss_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
wss_server sample
get_max_delay()
get_max_delay() function
Syntax
Show:
Summary
Declaration
from
keep_alive.c:54
static
uint64_t
get_max_delay
(
wss_keep_alive_t
h
)
;
Arguments
Argument
h
Examples
References
from
examples
Code
Location
Referrer
static
uint64_t
get_max_delay
(
wss_keep_alive_t
h
)
keep_alive.c:54
get_max_delay
(
keep_alive_storage
)
/
portTICK_PERIOD_MS
)
==
pdTRUE
)
{
keep_alive.c:114
keep_alive_task()
Call Tree
from
examples
get_max_delay()
is called by 1 function and calls 1 function:
keep_alive_task()
All items filtered out
get_max_delay()
_tick_get_ms()
All items filtered out
Data Use
from
examples
get_max_delay()
reads 6 variables:
client_fd_action_type_t::CLIENT_ACTIVE
client_fd_action_t::type
client_fd_action_t::last_seen
wss_keep_alive_storage::max_clients
wss_keep_alive_storage::keep_alive_period_ms
wss_keep_alive_storage::clients
All items filtered out
get_max_delay()
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