Home
last modified time | relevance | path

Searched refs:MQTT_REQ_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dmqtt_opts.h84 #ifndef MQTT_REQ_TIMEOUT
85 #define MQTT_REQ_TIMEOUT 30 macro
/third_party/lwip/src/apps/mqtt/
Dmqtt.c327 …IP_ASSERT("mqtt_append_request: time_before <= MQTT_REQ_TIMEOUT", time_before <= MQTT_REQ_TIMEOUT); in mqtt_append_request()
328 r->timeout_diff = MQTT_REQ_TIMEOUT - time_before; in mqtt_append_request()