TCPIP_DNS_CLIENT_TASK_PROCESS_RATE Macro

C

#define TCPIP_DNS_CLIENT_TASK_PROCESS_RATE (200)

Description

DNS Client task processing rate, in milliseconds. The DNS Client module will process a timer event with this rate for processing its own state machine, etc. The default value is 200 milliseconds. The lower the rate (higher the frequency) the higher the module priority and higher module performance can be obtained The value cannot be lower than the TCPIP_STACK_TICK_RATE.