lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tcp_abandon and tcp_listen errors


From: Simon Goldschmidt
Subject: Re: [lwip-users] tcp_abandon and tcp_listen errors
Date: Sat, 12 Mar 2011 19:21:16 +0100

 Kieran Mansley <address@hidden> 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


reply via email to

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