lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] lwIP timeout scheduler question


From: Martin . Glunz
Subject: [lwip-users] Re: [lwip] lwIP timeout scheduler question
Date: Thu, 09 Jan 2003 01:29:29 -0000

Quoting address@hidden:

> Hello everybody !!!!
> 
> Please, may anyone explain to me briefly how does the lwIP timeout
> scheduler
> work????

The timeouts are hooked to the sys_arch_mbox_fetch() and sys_arch_sem_wait()
calls. The stack itself calls wrappers like sys_sem_wait(), there the
timeouts are handled.
The low-level functions that you have to implement must return after
a specified amount of time, or if the semaphore/mailbox has signaled.
The timeout handler will then call the timeout functions as required.

Hope, this helps you

Martin Glunz

[This message was sent through the lwip discussion list.]




reply via email to

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