lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] pbuf misuse or snd_queuelen corruption.


From: Kieran Mansley
Subject: RE: [lwip-users] pbuf misuse or snd_queuelen corruption.
Date: Mon, 18 Oct 2010 16:29:34 +0100

I would try avoiding calling the etharp receive handlers directly and
instead pass the packets to the tcpip_thread.  It will call
ethernet_input() for received ARP packets.  See the tcpip_thread()
function in src/api/tcpip.c

Kieran




reply via email to

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