@htibosch
Sorry, I didn’t explain clearly. I commented out xTaskDelayUntil to change the logic to the same as my application. Not because I couldn’t use it.
My application logic is:
- Tcp client sends a command.
- Tcp server receives the command and then send 1554 bytes data back to tcp client
- Tcp client reads until it gets enough 1554 bytes
- Repeat step 1, 2, 3 many times.
If you have not tried to change your test code as the above. Could you please try again?
And please use this filter to check the issue.
(frame.len == 1514 || frame.len == 148) && frame.time_delta > 0.05
Time display format: “Seconds since previous captured packet”