lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] arp timer


From: Adam Dunkels
Subject: [lwip-users] Re: [lwip] arp timer
Date: Wed, 08 Jan 2003 22:35:08 -0000

Hi Mumtaz!

On Wednesday 27 February 2002 05.44, you wrote:
> i have one question regarding the arp timer
> arp_timer is set in ethernetif_init ,which is called from application
> thread .Does it means arp timeout handler will be called when application
> blocks on some queue or semaphore? or do i totally sounds stupid :)?

Since the ethetnetif_init() is called from the main thread (the one in 
simhost.c), it is this thread that will call arp_tmr() and not the ethernet 
thread.

In fact, this is highly implementation dependant - arp_tmr() could even be 
called from an interrupt handler, if that is suitable for the project.

/adam
-- 
Adam Dunkels <address@hidden>
http://www.sics.se/~adam
[This message was sent through the lwip discussion list.]




reply via email to

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