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


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

Reply via email to