Kieran Mansley <[email protected]> wrote:

> Note that this includes the driver clashing with the rest of the stack when 
> it passes up a received packet; it should be calling netif->input() (and this 
> should probably be set to tcpip_input() when you create the net if,

Just a tiny correction here to prevent confusion: for ethernet netifs, 
netif->input has to be set to ethernetif_input to ensure ARP processing is done 
in tcpip_thread to prevent threading problems.

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

Reply via email to