wss_server sample
update_client()
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
update_client()
update_client() function
Syntax
Show:
Summary
Declaration
from
keep_alive.c:72
static
bool
update_client
(
wss_keep_alive_t
h
,
int
sockfd
,
uint64_t
timestamp
)
;
Arguments
Argument
h
sockfd
timestamp
Examples
References
from
examples
Code
Location
Referrer
static
bool
update_client
(
wss_keep_alive_t
h
,
int
sockfd
,
uint64_t
timestamp
)
keep_alive.c:72
if
(
!
update_client
(
keep_alive_storage
,
client_action
.
fd
,
client_action
.
last_seen
)
)
{
keep_alive.c:127
keep_alive_task()
Call Tree
from
examples
update_client()
is called by 1 function:
keep_alive_task()
All items filtered out
update_client()
All items filtered out
Data Use
from
examples
update_client()
reads 5 variables and writes 1 variable:
client_fd_action_type_t::CLIENT_ACTIVE
client_fd_action_t::type
client_fd_action_t::fd
wss_keep_alive_storage::max_clients
wss_keep_alive_storage::clients
All items filtered out
update_client()
client_fd_action_t::last_seen
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