> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf
> Of Kieran Mansley
> Sent: 08 September 2008 16:07
> To: Mailing list for lwIP users
> Subject: Re: [lwip-users] sys_timeout firing too often.
>
>
> On Mon, 2008-09-08 at 15:47 +0100, Nick Thomas wrote:
> > sys_timeout firing too often - again.
> >
> > I think this is because sys_mbox_fetch() is being called by two
> tasks, which
> > are tripping over each other.
> > There is a tcpip_thread (in tcpip.c) which keeps calling
> sys_mbox_thread()
> > in a while(1) loop, and there are lots of calls to sys_mbox_fetch() in
> > api_lib.c .
>
> I don't see any calls to sys_mbox_fetch() in api_lib.c

It must be the port I am using, but after some googling I do see that other
ports are also using the same/similar code in api_lib.c as me.


>
> Kieran
>
>
>
> _______________________________________________
> lwip-users mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/lwip-users



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to