From: Changli Gao Date: Sun, 1 Apr 2012 17:25:06 +0000 (+0000) Subject: netfilter: nf_ct_tcp: don't scale the size of the window up twice X-Git-Tag: v3.4-rc3~32^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee0b693bdb8ec56689e0d1cc533b16466fda048;p=pandora-kernel.git netfilter: nf_ct_tcp: don't scale the size of the window up twice For a picked up connection, the window win is scaled twice: one is by the initialization code, and the other is by the sender updating code. I use the temporary variable swin instead of modifying the variable win. Signed-off-by: Changli Gao Acked-by: Jozsef Kadlecsik Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed