You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/06/03 19:42:01 UTC

[jira] [Commented] (TS-2870) Update SPDY defaults to better match our other defaults

    [ https://issues.apache.org/jira/browse/TS-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016909#comment-14016909 ] 

Leif Hedstrom commented on TS-2870:
-----------------------------------

Suggestion:

{code}
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 64b5be4..22d6961 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -1933,11 +1933,11 @@ RecordElement RecordsConfig[] = {
   //############
   {RECT_CONFIG, "proxy.config.spdy.max_concurrent_streams_in", RECD_INT, "100", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.spdy.no_activity_timeout_in", RECD_INT, "30", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.spdy.no_activity_timeout_in", RECD_INT, "115", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.spdy.initial_window_size_in", RECD_INT, "65536", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.spdy.initial_window_size_in", RECD_INT, "1048576", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.spdy.accept_no_activity_timeout", RECD_INT, "30", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.spdy.accept_no_activity_timeout", RECD_INT, "120", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
   ,
 
   //# Add LOCAL Records Here
{code}

This matches our other defaults, and the Send Window size of what Google uses.

> Update SPDY defaults to better match our other defaults
> -------------------------------------------------------
>
>                 Key: TS-2870
>                 URL: https://issues.apache.org/jira/browse/TS-2870
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Configuration, SPDY
>            Reporter: Leif Hedstrom
>             Fix For: 5.0.0
>
>
> I think they should match what we do for HTTP/HTTPS (by default).



--
This message was sent by Atlassian JIRA
(v6.2#6252)