[FreeRTOS+TCP] Long delay between two splitted frames

@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:

  1. Tcp client sends a command.
  2. Tcp server receives the command and then send 1554 bytes data back to tcp client
  3. Tcp client reads until it gets enough 1554 bytes
  4. 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”