From: Eric Dumazet Date: Tue, 10 Apr 2012 00:56:42 +0000 (+0000) Subject: tcp: restore correct limit X-Git-Tag: v3.4-rc3~32^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb84b1428b271f8767e0eb3fcd7231896edfaa4;p=pandora-kernel.git tcp: restore correct limit Commit c43b874d5d714f (tcp: properly initialize tcp memory limits) tried to fix a regression added in commits 4acb4190 & 3dc43e3, but still get it wrong. Result is machines with low amount of memory have too small tcp_rmem[2] value and slow tcp receives : Per socket limit being 1/1024 of memory instead of 1/128 in old kernels, so rcv window is capped to small values. Fix this to match comment and previous behavior. Signed-off-by: Eric Dumazet Cc: Jason Wang Cc: Glauber Costa Signed-off-by: David S. Miller --- Reading git-diff-tree failed