Search found 2 matches

by gabriel.c
Wed Aug 30, 2017 8:18 am
Forum: ESP-IDF
Topic: lwip blocking send problem
Replies: 3
Views: 9086

Re: lwip blocking send problem

Hi ESP_Angus, Thank you very much for your answer! Indeed, I also thought about the fact that the entire send buffer would fit inside the TCP window on the Ubuntu PC, but not on the ESP, this could cause the long delays that I am seeing (most probably). I did not attempt to increase the TCP_WND on t...
by gabriel.c
Tue Aug 29, 2017 9:26 am
Forum: ESP-IDF
Topic: lwip blocking send problem
Replies: 3
Views: 9086

lwip blocking send problem

Hi all, I've searched this forum and quite a lot on google as well, but I can't find an explanation. I am working on a project which uses the ESP32 as a TCP socket client which only sends data to a TCP server (no receiving, just sending). I am using the lwIP stack with standard UNIX sockets API (con...