On Thu, 2010-11-25 at 00:45 +0800, Runjin Jiang wrote: > Thank you.I want to run lwip on win2008 64bit system,so I want to set > MEMP_NUM_NETCONN a large value.
You only need to set is as large as the number of simultaneous connections you require. There's no point setting it bigger than this. lwIP will not scale well to handling thousands of simultaneous connections. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
