This is the mail archive of the
ecos-patches@sourceware.org
mailing list for the eCos project.
Re: lwIP update to version 1.1.1 Part 3
- From: Andrew Lunn <andrew at lunn dot ch>
- To: Uwe Kindler <uwe_kindler at web dot de>
- Cc: ecos-patches at sourceware dot org, andrew at lunn dot ch
- Date: Wed, 29 Mar 2006 12:34:40 +0200
- Subject: Re: lwIP update to version 1.1.1 Part 3
- References: <467767717@web.de>
On Wed, Mar 29, 2006 at 12:18:44AM +0200, Uwe Kindler wrote:
> Hello Andrew,
>
> if fixed the two problems.
>
> 1.
> The input thread is now started before dhcp_init().
>
> 2.
> Fixed ecosif_output() to work properly with lwip 1.1.1. (It now calls etharp_output() the way all other lwip ports do it).
> After fixing this issue the double ping answers are gone.
Great. Thanks.
I've committed the patches.
Andrew