Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Http Firefox的连接限制配置有什么意义?_Http_Firefox_Configuration - Fatal编程技术网

Http Firefox的连接限制配置有什么意义?

Http Firefox的连接限制配置有什么意义?,http,firefox,configuration,Http,Firefox,Configuration,Firefox的连接限制配置有什么意义 network.http.max-connections network.http.max-connections-per-server network.http.max-persistent-connections-per-proxy network.http.max-persistent-connections-per-server network.http.max-connections Firefox同时打开的最大连接数 network.http

Firefox的连接限制配置有什么意义

network.http.max-connections network.http.max-connections-per-server network.http.max-persistent-connections-per-proxy network.http.max-persistent-connections-per-server

network.http.max-connections
Firefox同时打开的最大连接数

network.http.max-connections-per-server
Firefox打开到单个服务器的打开连接数

network.http.max-persistent-connections-per-proxy
到代理服务器的最大持久连接数

network.http.max-persistent-connections-per-server
到单个服务器的最大持续保持活动连接数

致以最良好的祝愿,
Fabian属于superuser.com,你可以自己用谷歌搜索它:这是第一次点击。stackoverflow比Googles好。持久连接不需要一个TCP连接吗?