Have you seen delays to ACK TCP packets? #71
Unanswered
DavidVentura
asked this question in
Q&A
Replies: 1 comment 3 replies
-
No dropouts here. 600ms seems like a very long time to me and I don't think this is a TCP problem. Did you rule out your access point / internet / server as the source of error? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I've been building a snapclient for the esp32 as well (here) and I've been getting "dropouts" seemingly every 70 minutes.
The way that I observe these "dropouts" is that the ESP32 will not ACK a packet, causing a retransmission on the snapserver, which delays the next WireChunk by 600ms; sadly, 600ms is larger than my current buffer 😢 and this causes a gap in playback
My question is, have you experienced similar behavior? I've been poking around your
sdkconfig
file and checking for any possible tunable; I've moved WIFI and IP code to IRAM, increased the TCP and WIFI RX mboxes, etc.Beta Was this translation helpful? Give feedback.
All reactions