Search found 2 matches
- Wed Jan 06, 2021 4:38 am
- Forum: ESP-IDF
- Topic: Trying to reduce TCP Socket Latency
- Replies: 3
- Views: 7956
Re: Trying to reduce TCP Socket Latency
Hi ESP_Sprite, Thanks for the suggestion, I did read there were some others who had issues with Nargle's algorithm before. I tried disabling it on both sides (Visual GDB Project properties on the ESP32 and including socket.NoDelay = true; for the windows forms) but I still was getting the same round...
- Tue Jan 05, 2021 5:57 am
- Forum: ESP-IDF
- Topic: Trying to reduce TCP Socket Latency
- Replies: 3
- Views: 7956
Trying to reduce TCP Socket Latency
Hi All, I’m currently working on prototyping WIFI connection between my ESP-WROVER-KIT and my PC. I have some questions about my methods and results. The aim of this prototype was to get a network latency between the ESP32 and the PC as low as possible (around 6-10ms would be great) with a consisten...