Am 30.11.2018 um 15:03 schrieb Pal Gabor:
I'm working on a webserver with firmware update, and I use lwip 1.4.0 with
atmel SAME54 , I have your problem too
1.4.0 is *really* old! There have been many bugs fixed since then!
when I try to upload binary file. My problem was solved, when I overwrite
the TCP window parameter from 4 to 1.

...
// <o> The size of a TCP window<0-100000>
// / multiple of TCP_MSS
// / Default: 4
// <id> lwip_tcp_wnd_mul
#ifndef TCP_WND_MUL
#define TCP_WND_MUL 1
#endif
...

That doesn't sound like lwIP specific defines. Is this Atmel specific?


Simon



_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to