lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] netconn->acceptmbox is NULL


From: Kieran Mansley
Subject: Re: [lwip-users] netconn->acceptmbox is NULL
Date: Fri, 05 Aug 2011 10:57:47 +0100

On Fri, 2011-08-05 at 11:46 +0200, Emil Ohlsson wrote:
>       res = netconn_listen(cli);
>       if ( res != ERR_OK ) {/* Error handling */ }

You should get an error here if it couldn't allocate the acceptmbox.  I
would debug the do_listen() function in src/api/api_msg.c to see if that
allocation is failing, and if so why.

Kieran




reply via email to

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