Re: [lwip-users] lwip FreeRTOS tcp window

2017-04-03 Thread Mohamed Hnezli
I've already tuned thos parameters nut I reached only 31MB/s, I will turn to other things than LwIP. thank you a lot Joel. On 1 April 2017 at 17:46, Joel Cunningham wrote: > > On Apr 1, 2017, at 7:25 AM, Mohamed Hnezli > wrote: > > Thank you

Re: [lwip-users] lwip FreeRTOS tcp window

2017-04-01 Thread Joel Cunningham
> On Apr 1, 2017, at 7:25 AM, Mohamed Hnezli wrote: > > Thank you for support, > Are there any way to change this, such as 1 ack for 5 TCP segments sent from > client (lwip) What you referring to is a stretch ACK (where the ACK covers more than 1 full sized

Re: [lwip-users] lwip FreeRTOS tcp window

2017-04-01 Thread Mohamed Hnezli
Thank you for support, Are there any way to change this, such as 1 ack for 5 TCP segments sent from client (lwip) On 31 March 2017 at 19:10, goldsi...@gmx.de wrote: > Mohamed Hnezli wrote: > >> >> I am using lwip ontop of FreeRTOS to send data to a server. I am trying >> to

Re: [lwip-users] lwip FreeRTOS tcp window

2017-03-31 Thread goldsi...@gmx.de
Mohamed Hnezli wrote: I am using lwip ontop of FreeRTOS to send data to a server. I am trying to maximize the data flow. I've tuned several paramerters in "lwipopts.h" but I am always receiving an ACK after emitting only two packets. That's just TCP. The window size does not have any

[lwip-users] lwip FreeRTOS tcp window

2017-03-31 Thread Mohamed Hnezli
I am using lwip ontop of FreeRTOS to send data to a server. I am trying to maximize the data flow. I've tuned several paramerters in "lwipopts.h" but I am always receiving an ACK after emitting only two packets. Thanks for helping NB: simple echo servers (on linux & windows) gived the same