lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip's lowest level read routine?


From: Chen
Subject: Re: [lwip-users] lwip's lowest level read routine?
Date: Wed, 01 Aug 2012 11:39:43 -0400

Marty, Thanks for your reply

tcpip_thread receives what tcpip_input posted, but who calls it? I have trouble figure it out, any pointer? thanks again

Typically your driver is going to pass the packet back to lwIP via a
function like tcpip_input(...).  Look at it just before that, and maybe
don't pass it in to lwIP.
 
Marty

reply via email to

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