I am trying to measure bandwidth from a web page application. I find that I can increase accuracy by initiating more simultaneous downloads (or uploads).
I have seen many answers describing browser built-in limits from about:config
- network.http.max-persistent-connections-per-proxy and network.http.max-persistent-connections-per-server (see, for example, Max parallel http connections in a browser? )
I would not want to permanently affect the built-in values shown by about:config
. Is there a way for Javascript to change these values for the current browser window? Thanks.
Update: As noted by commenters, there is probably no way to increase the limit. Some speed test sites use multiple servers to establish more simultaneous connections. Thanks!