lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Re: [lwip-devel] I only can create 16 concurrent connec


From: Kieran Mansley
Subject: Re: [lwip-users] Re: [lwip-devel] I only can create 16 concurrent connections, What should I do?
Date: Thu, 01 Mar 2007 10:38:14 +0000

On Wed, 2007-02-28 at 23:23 +0800, geckook Xu wrote:
> I use sockets.c api.
> 
> When I create the 17th concurrent connection,The server program block
> at function lwip_read();
> 
> Yes,I enable the debug and print out the states of memory.
> But no err found.

Try increasing the MEMP_NUM_API_MSG and MEMP_NUM_TCP_MSG values in the
lwipopts incase it is having trouble allocating a message structure.
That it has got as far as the read suggests that the connection has
opened OK.

Kieran





reply via email to

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