Mike Kleshov schrieb:
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.

No, it isn't. It should not work with Firefox only.

2) The maximum number of simultaneous TCP connections is configurable
in lwipopts.h:
#define MEMP_NUM_TCP_PCB

opt.h says:
#define MEMP_NUM_TCP_PCB                10


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.

The connection is opened and is reset after the GET ist received. So maybe it isn't possible to open two files at once. But couldn't the second file be delayed?

Gustl


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

Reply via email to