lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] SemSignal gets called on a alreadysignaled semaphore


From: Kieran Mansley
Subject: Re: [lwip-users] SemSignal gets called on a alreadysignaled semaphore
Date: Thu, 31 May 2007 12:58:27 +0100

On Thu, 2007-05-31 at 13:47 +0200, Matthias Weisser wrote:

>     tcpip_init(NULL, NULL);

I can't remember off the top of my head what the arguments to tcpip_init
() are, but are you sure NULL is OK?

>     netif_add(&nif, &ipaddr, &netmask, &gw, NULL, ethernetif_init, ip_input);

You probably want tcpip_input() rather than calling ip_input() directly
if you're using that interface.

Kieran





reply via email to

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