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: Emil Ohlsson
Subject: Re: [lwip-users] netconn->acceptmbox is NULL
Date: Fri, 5 Aug 2011 15:10:45 +0200

>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

As far as I can see in do_listen it doesn't do anything to UDP connections. Is 
it netconn_listen that allocates the acceptmbox?

/E


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users



reply via email to

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