[lwip-users] DHCP request fails after 5th try (memory leack?)

2014-06-05 Thread George Ruinelli
Hi all I experiencing some weird behavior with DHCP requests. As far as I can see it seems to be a memory overflow in dhcp_start() / dhcp_stop(). DHCP requests work for 5 times but will fail at the 6th time with this error: "dhcp_start(): could not obtain pcb" Looking at the log below you can se

Re: [lwip-users] LwIP 1.4.1 blackfin port

2014-06-05 Thread Stephane Lesage
> In http://lwip.wikia.com/wiki/Available_device_drivers there is a > mention about blackfin zero-copy driver but the link is dead. Question > for you guys, does anybody have this driver and what is the license in > it (can it be shared)? Hi, I just updated it yesterday ! It should work now. Yo

[lwip-users] LwIP 1.4.1 blackfin port

2014-06-05 Thread Pertti Hokkanen
Hi lwip-user group! In http://lwip.wikia.com/wiki/Available_device_drivers there is a mention about blackfin zero-copy driver but the link is dead. Question for you guys, does anybody have this driver and what is the license in it (can it be shared)? Best regards Pertti Hokkanen This e-mail ma

Re: [lwip-users] Routing and link up/down vs. netif up/down

2014-06-05 Thread Fabian Koch
Hey Simon, > This is the first problem. A setup like this is not really supported in lwIP. > We do have additional hooks to enable this, but it's not meant to work > out-of-the-box. I only found LWIP_HOOK_IP4_INPUT and LWIP_HOOK_IP4_ROUTE. > In recent versions (or in git master only?) you can p