[lwip-users] "Simultaneous" close by server & client causes memp_free error

2011-03-28 Thread Dave Harper
Configuration: lwIP v1.3.2 FreeRTOS v6.0.4 AT91SAM7X512 based homebrew hardware Brief Description: An embedded system running the above software to create (among other things) a webServer that can service multiple browser clients supporting AJAX connections. Problem: The initial version of my pr

Re: [lwip-users] "Simultaneous" close by server & client causes memp_free error

2011-03-28 Thread Dave Harper
Simon Goldschmidt wrote: > > This discription suggests that there is more than one task active in lwIP. > You are absolutely correct. I didn't realize this until I stepped through the task creation section after reading your reply and found that this was the case. Thanks, Dave -- View thi

[lwip-users] Fast ARP reply causes queueing problem in etharp_query function

2013-02-25 Thread Dave Harper
peared to fix a problem but in reality simply opened up other areas for failure. I am running an older version of lwIP (1.3) but I checked the latest 1.41 release and etharp_query() operates essentially the same. Can anyone please weigh in on this? Than

[lwip-users] Fast ARP reply causes queueing problem in etharp_query function

2013-02-25 Thread Dave Harper
peared to fix a problem but in reality simply opened up other areas for failure. I am running an older version of lwIP (1.3) but I checked the latest 1.41 release and etharp_query() operates essentially the same. Can anyone please weigh in on this? Than

Re: [lwip-users] Fast ARP reply causes queueing problem in etharp_query function

2013-02-25 Thread Dave Harper
ssage, the received packet is processed. Martin P.S. I am not strong at future after future grammar :) On Mon, Feb 25, 2013 at 5:11 PM, Dave Harper wrote: >/ I am running lwIP along with FreeRTOS on an embedded microcontroller that/ >/ does periodic checks to a GPS based timeserver located