Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt.c181 client->keepalive = MQTT_KEEPALIVE; in mqtt_client_init()
606 if ((client->keepalive > 0) && in mqtt_live()
607 (elapsed_time >= (client->keepalive * 1000))) { in mqtt_live()
625 uint32_t keepalive_ms = 1000U * client->keepalive; in mqtt_keepalive_time_left()
627 if (client->keepalive == 0) { in mqtt_keepalive_time_left()
Dmqtt_encoder.c321 NET_DBG("Encoding Keep Alive Time %04x.", client->keepalive); in connect_request_encode()
322 err_code = pack_uint16(client->keepalive, buf); in connect_request_encode()
/Zephyr-latest/include/zephyr/net/
Dmqtt.h547 uint16_t keepalive; member
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp200 starts sending keepalive probes, if the socket option SO_KEEPALIVE has
208 The time (in seconds) between individual keepalive probes.
215 The maximum number of keepalive probes TCP should send before dropping
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c252 client_ctx.keepalive = CONFIG_MQTT_KEEPALIVE; in aws_client_setup()
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi761 bool "Wi-Fi keepalive feature for connection maintenance"
764 Enable the Wi-Fi keepalive feature to keep the connection alive by sending
765 keepalive packets to the AP. This feature is primarily intended to interoperate with APs
775 Keepalive period in seconds to send keepalive packets to the AP.
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1868 * :github:`31475` - TCP keepalive