commit | c43b874d5d714f271b80d4c3f49e05d0cbf51ed2 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Thu Feb 02 00:07:00 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 02 14:34:41 2012 -0500 |
tree | c56f3500327b081228d4c7369d39740e9bb4a0a9 | |
parent | 786f528119722f564a22ad953411374e06116333 [diff] |
tcp: properly initialize tcp memory limits Commit 4acb4190 tries to fix the using uninitialized value introduced by commit 3dc43e3, but it would make the per-socket memory limits too small. This patch fixes this and also remove the redundant codes introduced in 4acb4190. Signed-off-by: Jason Wang <jasowang@redhat.com> Acked-by: Glauber Costa <glommer@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>