TCPIP_DNSS_TASK_PROCESS_RATE Macro

C

#define TCPIP_DNSS_TASK_PROCESS_RATE (33)

Description

DNS Server time out task processing rate, in milliseconds. The DNS Server module will process a timer event with this rate for processing its own state machine, etc. The default value is 33 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.