lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Polling for received pkts Vs invoking the low_level_input i


From: Tomar Ruby (IFIN DC AI)
Subject: [lwip-users] Polling for received pkts Vs invoking the low_level_input in ISR
Date: Mon, 17 Nov 2003 17:30:34 +0530

Hi,

I am using lwIP for my embedded device without an OS. 
Instead of polling in some kind of a wait loop for the packets 
to be received the driver, is it OK to call the low_level_input()
directly in the ISR and then pass it on to lwIP 
(using netif->input, which is a call to tcpip_input). 

Thanks for any help,
Ruby






reply via email to

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