lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Timeout for sys_mbox_trypost()


From: Marko Panger
Subject: Re: [lwip-users] Timeout for sys_mbox_trypost()
Date: Wed, 16 Jan 2008 14:15:56 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Thanks,

I was reading the sys_arch.txt file which was not fully clear:

- err_t sys_mbox_trypost(sys_mbox_t mbox, void *msg)

 Try to post the "msg" to the mailbox. Returns ERR_MEM if this one
 is full, else, ERR_OK if the "msg" is posted.

marko

Goldschmidt Simon wrote:
For how long should the sys_mbox_trypost() pend if there is
no free space in the mailbox ? Should it return immediately
with ERR_MEM or it should pend for some time ?

Yes, it should return immediately.

-> http://lwip.scribblewiki.com/LwIP_version_1.3.0_release_notes


Simon


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users






reply via email to

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