1) I know that Firefox can be configured to limit the number of TCP connections. There is an option somewhere in about:config. But this is not a nice solution. 2) The maximum number of simultaneous TCP connections is configurable in lwipopts.h: #define MEMP_NUM_TCP_PCB
Perhaps, HTTP persistent connections could also limit the number of open connections between the browser and the server, but I am not sure about this. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
