[tor-commits] [torbrowser/master] Update http pipelining prefs.

mikeperry at torproject.org mikeperry at torproject.org
Thu Apr 11 09:35:43 UTC 2013


commit a71e62e5deaaa7297c528618cce12602f05d9019
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Thu Apr 11 02:17:58 2013 -0700

    Update http pipelining prefs.
    
    We need much lower timeout values than normal.
---
 build-scripts/config/pound_tor.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/build-scripts/config/pound_tor.js b/build-scripts/config/pound_tor.js
index 1cbf0fd..8a82e4c 100644
--- a/build-scripts/config/pound_tor.js
+++ b/build-scripts/config/pound_tor.js
@@ -70,6 +70,8 @@ pref("browser.zoom.siteSpecific", false);
 pref("network.cookie.cookieBehavior", 1);
 pref("security.enable_tls_session_tickets", false);
 pref("network.http.spdy.enabled", false); // Stores state and may have keepalive issues (both fixable)
+pref("network.http.spdy.enabled.v2", false); // Seems redundant, but just in case
+pref("network.http.spdy.enabled.v3", false); // Seems redundant, but just in case
 
 // Proxy and proxy security
 pref("network.proxy.socks", "127.0.0.1");
@@ -99,6 +101,8 @@ pref("security.ssl.enable_false_start", true);
 pref("network.http.keep-alive.timeout", 20);
 pref("network.http.connection-retry-timeout", 0);
 pref("network.http.max-persistent-connections-per-proxy", 256);
+pref("network.http.pipelining.reschedule-timeout", 15000);
+pref("network.http.pipelining.read-timeout", 60000);
 // Hacked pref: Now means "Attempt to pipeline at least this many requests together"
 pref("network.http.pipelining.max-optimistic-requests", 3);
 





More information about the tor-commits mailing list