lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Binary file upload chrashes the program (lwip 1.4.1)


From: Pal Gabor
Subject: Re: [lwip-users] Binary file upload chrashes the program (lwip 1.4.1)
Date: Fri, 30 Nov 2018 07:03:43 -0700 (MST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]