From: Gerrit Renker Date: Sun, 2 Jan 2011 17:15:58 +0000 (+0100) Subject: dccp: make upper bound for seq_window consistent on 32/64 bit X-Git-Tag: v2.6.38-rc1~403^2~49^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbb23466adcbc77facea3046b44f75530079472;p=pandora-kernel.git dccp: make upper bound for seq_window consistent on 32/64 bit The 'seq_window' sysctl sets the initial value for the DCCP Sequence Window, which may range from 32..2^46-1 (RFC 4340, 7.5.2). The patch sets the upper bound consistently to 2^32-1 on both 32 and 64 bit systems, which should be sufficient - with a RTT of 1sec and 1-byte packets, a seq_window of 2^32-1 corresponds to a link speed of 34 Gbps. Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed