From: Ilpo Järvinen Date: Tue, 13 Feb 2007 20:42:11 +0000 (-0800) Subject: [TCP]: Prevent pseudo garbage in SYN's advertized window X-Git-Tag: v2.6.21-rc1~273^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600ff0c24bb71482e7f0da948a931d5c5d72838a;p=pandora-kernel.git [TCP]: Prevent pseudo garbage in SYN's advertized window TCP may advertize up to 16-bits window in SYN packets (no window scaling allowed). At the same time, TCP may have rcv_wnd (32-bits) that does not fit to 16-bits without window scaling resulting in pseudo garbage into advertized window from the low-order bits of rcv_wnd. This can happen at least when mss <= (1< Signed-off-by: David S. Miller --- Reading git-diff-tree failed