Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I am using SDK8.3.0 (It is currently difficult for us to upgrade to the latest SDK version.)
I am testing whether the actions are correct under the load of the network. And I found the delay in ACK processing.
My load environment is:Every 10 milliseconds, 10 pieces of udp data with lengths ranging from 10 to 1000 will be sent.
After running for a period of time, it will be found that the processing of ACK is delayed.
Sender(using LWIP):192.168.1.16
Receiver:192.168.1.94
The packets captured by Wireshark are as follows, and the ACKs from 1 to 6 are all processed normally.
The serial output of the ACK message in LWIP is as follows.
For the 7th packet, the receiver has sent an ACK, but the sender seems to have either not received this ACK or has not processed it.
I suspect that the delay in processing the ACK is due to handling the UDP load packets.
Can you give me some advice on how to improve the speed of message processing?