Searched refs:NX_HTTP_SERVER_NONCE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
273 tx_thread_sleep(NX_HTTP_SERVER_NONCE_TIMEOUT + NX_IP_PERIODIC_RATE); in thread_client_entry()
194 #ifndef NX_HTTP_SERVER_NONCE_TIMEOUT195 #define NX_HTTP_SERVER_NONCE_TIMEOUT (10 * NX_IP_PERIODIC_RATE) macro
5845 if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_HTTP_SERVER_NONCE_TIMEOUT) in _nx_http_server_nonce_allocate()