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



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to