
{"id":1439,"date":"2010-05-07T21:53:02","date_gmt":"2010-05-07T16:23:02","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=1439"},"modified":"2010-05-07T21:53:02","modified_gmt":"2010-05-07T16:23:02","slug":"scaling-factor-for-calculating-application-portion-of-window","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/05\/07\/scaling-factor-for-calculating-application-portion-of-window\/","title":{"rendered":"scaling factor for calculating application portion of window"},"content":{"rendered":"<pre class=\"brush:bash\">\n$cat \/proc\/sys\/net\/ipv4\/tcp_adv_win_scale\n2\n$\n<\/pre>\n<p>\nScaling factor for calculating application portion of window. Count buffering overhead as bytes \/ 2 ^ tcp_adv_win_scale (if tcp_adv_win_scale &gt; 0) or bytes &#8211; bytes \/ 2 ^ (-tcp_adv_win_scale), if it is &lt;= 0. The default value is 2.<\/p>\n<p>Copyright \u00a9 2002 by Oskar Andreasson Under GNU FDL.\n<\/p>\n<pre class=\"brush:c\">\nlinux kernel source 2.6.32\n {\n                .ctl_name       = NET_TCP_ADV_WIN_SCALE,\n                .procname       = \"tcp_adv_win_scale\",\n                .data           = &amp;sysctl_tcp_adv_win_scale,\n                .maxlen         = sizeof(int),\n                .mode           = 0644,\n                .proc_handler   = proc_dointvec\n        },\n<\/pre>\n<pre class=\"brush:c\">\nlinux kernel source 2.6.32\nint sysctl_tcp_adv_win_scale __read_mostly = 2;\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$cat \/proc\/sys\/net\/ipv4\/tcp_adv_win_scale 2 $ Scaling factor for calculating application portion of window. Count buffering overhead as bytes \/ 2 ^ tcp_adv_win_scale (if tcp_adv_win_scale &gt; 0) or bytes &#8211; bytes \/ 2 ^ (-tcp_adv_win_scale), if it is &lt;= 0. The default value is 2. Copyright \u00a9 2002 by Oskar Andreasson Under GNU FDL. linux kernel source &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2010\/05\/07\/scaling-factor-for-calculating-application-portion-of-window\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;scaling factor for calculating application portion of window&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[1163],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1439"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=1439"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1439\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=1439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=1439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=1439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}