lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] sys_mbox_post gets wron parameter


From: Matthias Weisser
Subject: [lwip-users] sys_mbox_post gets wron parameter
Date: Wed, 30 May 2007 17:10:49 +0200

Hi

today I started to test around with the socket interface of lwip and wanted to 
implement a simple echo server and failed :-)

I saw that socket() never returned and debugged it to sys_mbox_post never 
returned from posting the message to the mailbox. This is because the mbox 
parameter (which is a typedefed int) is wrong. The only mailbox which is 
created returns 2119 (id from the os) to the lwip stack but then the 
sys_mbox_post is called with 0 as mbox parameter. Thanks for any help.


Regards,
Matthias





reply via email to

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