From: Ilpo Järvinen Date: Thu, 18 Oct 2007 12:07:57 +0000 (-0700) Subject: [TCP]: Remove lost_retrans zero seqno special cases X-Git-Tag: v2.6.24-rc1~294^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df2e014bfbbf26d160e1bf47b05fc05c96205e2b;p=pandora-kernel.git [TCP]: Remove lost_retrans zero seqno special cases Both high-sack detection and new lowest seq variables have unnecessary zero special case which are now removed by setting safe initial seqnos. This also fixes problem which caused zero received_upto being passed to tcp_mark_lost_retrans which confused after relations within the marker loop causing incorrect TCPCB_SACKED_RETRANS clearing. The problem was noticed because of a performance report from TAKANO Ryousei . Signed-off-by: Ilpo Järvinen Acked-by: Ryousei Takano Signed-off-by: David S. Miller --- Reading git-diff-tree failed