Re: [lwip-users] Problem with fragmented TCP packets using slow 3G connection

2013-02-22 Thread Krzysztof WesoĊ‚owski
> lwIP - maybe that case with embedded device, router and slow 3G network is > rare and lwIP dont handle it proprely. > I use FreeRTOS 7.2 and lwIP 1.4.0 with socket API. I use LwIP 1.4.1 and netconn API, allowing for example to remotely dump flash image of STM32F4 (1MB) over EDGE router so slow c

Re: [lwip-users] Problem with fragmented TCP packets using slow 3G connection

2013-02-22 Thread ha...@gawnet.ch
iej Gajdzica To: lwip-users@nongnu.org Subject: [lwip-users] Problem with fragmented TCP packets using slow 3G connection Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hello I have a program running on STM32F417 with lwIP working as webserver. When

Re: [lwip-users] Problem with fragmented TCP packets using slow 3G connection

2013-02-22 Thread Simon Goldschmidt
"ha...@gawnet.ch" wrote: > Perhaps it could be, that there is still a Problem with Bug #24212. > It has been said, that the Bug has been fixed. I dont really trust in this. A statement like this belongs into the bug tracker or at least in a suspected bug report on lwip-devel, not into a side-note

Re: [lwip-users] Problem with fragmented TCP packets using slow 3G connection

2013-02-25 Thread Maciej Gajdzica
Today I finally captured some debug output. Active debug options: #define SOCKETS_DEBUG LWIP_DBG_ON #define IP_REASS_DEBUG LWIP_DBG_ON #define MEM_DEBUG LWIP_DBG_ON #define MEMP_DEBUG LWIP_DBG_ON #define TCP_DEBUG

Re: [lwip-users] Problem with fragmented TCP packets using slow 3G connection

2013-03-01 Thread Maciej Gajdzica
I made some futher research and observed that in local network that fragmented page worked only on one computer. On every other one the page was not loaded. It was caused by "Content-length" field in http header.After I deleted that line, page was loading on every PC on LAN, but still not on 3G. M

Re: [lwip-users] Problem with fragmented TCP packets using slow 3G connection

2013-03-02 Thread Maciej Gajdzica
Today I finally updated my lwip to 1.4.1 and now it works. Release 1.4.1 contained many changes in tcp code and it seems that one of them fixed my problem. On Fri, Mar 1, 2013 at 5:53 PM, Maciej Gajdzica wrote: > I made some futher research and observed that in local network that > fragmented pag