I'm working on a webserver with firmware update, and I use lwip 1.4.0 with
atmel SAME54 , I have your problem too
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
...




--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

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

Reply via email to