Details
Description
The current implementation will generate a TCP/RST and/or ICMP Unreachable for each received TCP/UDP frame addressed to a closed port. This contributes substantial cpu load in network load/attack scenarios and will also further increase the network load due to backscatter effects.
To improve the behavior under such condition, a budget mechanism is provided which will limit the amout of these error responses to a resonable frequency. The mechanism has to be explicitly enabled in the firmware by calling "LwIP_EnableErrorBudget()"