Hi all,
I wonder if whenever a packet (I mean data through a TCP connection) is received, the task which runs NDK is active or not For example, I run the task (NDK task) with a high pritoriy and there is a high network load, does this task block other tasks? In general, I would like to know if such a situation (packet flood) could be abused as a Denial of Service attack which freezes the whole system. If it does, any possible solution exists?
EVM 6678L - Running most of the tasks on the same core
NDK : 2.20.4.26
CCS : 5.0.3
Thanks in advance