lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] How much connects can I create? Now, I only can creat 1


From: Kieran Mansley
Subject: Re: [lwip-users] How much connects can I create? Now, I only can creat 16 connects .
Date: Fri, 9 Feb 2007 20:14:25 +0000
User-agent: Mutt/1.5.11

On Fri, Feb 09, 2007 at 04:11:33PM +0800, geckook Xu wrote:
> When I create the 17th connect, It is lag.
> 
> I use the socket.c API.
> 
> What can I do in the next step?
> 
> Arm7
> I did not found the mem err and the program block in the lwip_read()
> or lwip_write method.

Is this the 17th concurrent connection (i.e. do you close each
connection before opening the next one)?  If you have 17 connections
open at the same time it sounds like you've got a resource limit: try
increasing the number of PCBs and other "per-connection" resources in
the lwipopts.h

Kieran




reply via email to

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