Searched refs:NX_WEB_HTTP_SERVER_NONCE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
266 tx_thread_sleep(NX_WEB_HTTP_SERVER_NONCE_TIMEOUT + NX_IP_PERIODIC_RATE); in thread_client_entry()
188 #ifndef NX_WEB_HTTP_SERVER_NONCE_TIMEOUT189 #define NX_WEB_HTTP_SERVER_NONCE_TIMEOUT (10 * NX_IP_PERIODIC_RATE) macro
6328 … if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_WEB_HTTP_SERVER_NONCE_TIMEOUT) in _nx_web_http_server_nonce_allocate()