lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip minimal example, echo server


From: Sylvain Rochet
Subject: Re: [lwip-users] lwip minimal example, echo server
Date: Tue, 7 Oct 2014 16:08:39 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

On Tue, Oct 07, 2014 at 03:37:39PM +0200, Matthias Dübon wrote:
> Hello again,
> 
> forget my last mail, I think I found something like a real reason for
> the not working minimal example. After some debugging (starting with
> the not working ARP resolution) I found that the netif flags are not
> initialised in the mintapif_init in mintapif.c. After adding:
> 
> netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_IGMP;
> 
> everything is working fine.

I guess this is bug #36436 ?   https://savannah.nongnu.org/bugs/?36436

Sylvain

Attachment: signature.asc
Description: Digital signature


reply via email to

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