[lwip-users] message posting and fetching

2012-01-30 Thread Naveen reddy
Dear all LWIP users, I am facing problem with posting a message to the mail box and fetching it in tcpip thread. Well the detailed explanation of problem is, I am using ppp over serial and also socket api for reading and writing http data to lwip. When the serial connection is broke down I want

Re: [lwip-users] lwip 1.4.1 bug-fix release

2012-01-30 Thread Simon Goldschmidt
Mason wrote: > I also see that bug #25882 is targeted for 1.4.1, but the status > is "Need Info". > > http://savannah.nongnu.org/bugs/index.php?25882 That one is "in progress" but I guess we haven't reached a consensus yet of how to fix it. > What other bugs would you liked fixed before you re

Re: [lwip-users] lwip 1.4.1 bug-fix release

2012-01-30 Thread Mason
Simon Goldschmidt wrote: > Mason wrote: > >> If I remember correctly, you plan on releasing a bug-fix >> version of the 1.4 code-base in the next few weeks. >> >> Is this still true? Do you have an approximate idea when >> a 1.4.1 version would be available? > > Well, there are 2 bugs and 2 task

Re: [lwip-users] [lwip]Stack crashing with huge ICMP packets

2012-01-30 Thread Dennis Borgmann
Hi Kieran, hi Simon, thank you for your thoughts on my problem. So far I have solved the problem by simply setting IP_REASSEMBLY and IP_FRAG both to "0". That way no fragmented packes are processed at all and since I am only using a tftp, this shouldn't happen anyway and it works for me. Tha