[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] SYS mbox
From: |
Iwan Budi Kusnanto |
Subject: |
Re: [lwip-users] SYS mbox |
Date: |
Fri, 4 Nov 2011 13:32:55 +0700 |
On Thu, Nov 3, 2011 at 1:21 PM, Per Klint <address@hidden> wrote:
> Hi!
>
> I have a question regarding the mbox:es.
> We have very short on memory in our system, so we want to have the queue
> length in the mbox set as low as possible.
> This however results that we sometimes gets mbox errors due to that the mbox
> queue is full.
> So my question is what happens when the mbox is full, will lwip retry again
> later or will it result in forever lost message?
It will depend on your ports.
On unix port in contrib directory. sys_mbox_post will wait forever
until there is space in the mbox.
>
> Is there a way to know how many mbox:es that will be created in the system?
See SYS_MBOX_SIZE
CMIIW
>
> Best regards,
>
> /// Per
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>