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 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
