Re: [lwip-users] Send Multiple

2019-10-08 Thread goldsi...@gmx.de
Am 07.10.2019 um 22:20 schrieb mikes603: How can I get LWIP to send multiple TCP-segments before each client ACK? An ACK for each part of the PDU, as seen below, seems very slow. It's not like that normally. There's probably something wro

Re: [lwip-users] POST message Length Limitation

2019-10-08 Thread goldsi...@gmx.de
Am 08.10.2019 um 16:17 schrieb Siva Munnaluri: Reposting as my internet got disconnected, not sure the previous Post is posted or not. The first one made it, no need to double-send... Hi LWIP Team, We are using http://git.savannah.nongnu.org/cgit/lwip.git/tree/contrib/examples/httpd/post_exa

Re: [lwip-users] MEMP_NUM_TCP_PCB effect on TLS and HTTPD

2019-10-08 Thread goldsi...@gmx.de
Am 08.10.2019 um 13:15 schrieb Mário Luzeiro: Hello all, I have a HTTPD via mbedTLS all is going OK except I have issues with multiple connections from browser requests (browsers send multiple connection at same time to faster load the website). Sometimes it cannot make the connection and can

Re: [lwip-users] POST message Length Limitation

2019-10-08 Thread Ajay Bhargav
On Tue, Oct 8, 2019 at 7:47 PM Siva Munnaluri wrote: > > Reposting as my internet got disconnected, not sure the previous Post is > posted or not. > Hi LWIP Team, > > We are using > http://git.savannah.nongnu.org/cgit/lwip.git/tree/contrib/examples/httpd/post_example > for posting JSON data from a

[lwip-users] POST message Length Limitation

2019-10-08 Thread Siva Munnaluri
Hi LWIP Team, We are using http://git.savannah.nongnu.org/cgit/lwip.git/tree/contrib/examples/httpd/post_example for posting JSON data from a web page. If the JSON characters are more than 3000, entire data is not available on web server side. In lwipopts.h we found a vairable TCP_MSS which we se

[lwip-users] POST message Length Limitation

2019-10-08 Thread Siva Munnaluri
Reposting as my internet got disconnected, not sure the previous Post is posted or not. Hi LWIP Team, We are using http://git.savannah.nongnu.org/cgit/lwip.git/tree/contrib/examples/httpd/post_example for posting JSON data from a web page. If the JSON characters are more than 3000, entire data is

[lwip-users] MEMP_NUM_TCP_PCB effect on TLS and HTTPD

2019-10-08 Thread Mário Luzeiro
Hello all, I have a HTTPD via mbedTLS all is going OK except I have issues with multiple connections from browser requests (browsers send multiple connection at same time to faster load the website). Sometimes it cannot make the connection and cannot load all external files in the webpage. I w