Searched refs:keepalive (Results 1 – 7 of 7) sorted by relevance
181 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()
321 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()
547 uint16_t keepalive; member
200 starts sending keepalive probes, if the socket option SO_KEEPALIVE has208 The time (in seconds) between individual keepalive probes.215 The maximum number of keepalive probes TCP should send before dropping
252 client_ctx.keepalive = CONFIG_MQTT_KEEPALIVE; in aws_client_setup()
761 bool "Wi-Fi keepalive feature for connection maintenance"764 Enable the Wi-Fi keepalive feature to keep the connection alive by sending765 keepalive packets to the AP. This feature is primarily intended to interoperate with APs775 Keepalive period in seconds to send keepalive packets to the AP.
1868 * :github:`31475` - TCP keepalive