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



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

Reply via email to