From: Ilpo Järvinen Date: Sun, 25 Mar 2007 04:03:23 +0000 (-0700) Subject: [TCP]: Add highest_sack seqno, points to globally highest SACK X-Git-Tag: v2.6.24-rc1~1454^2~833 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d738cd8fca948e45d53120247cb7a5f5be3ca09e;p=pandora-kernel.git [TCP]: Add highest_sack seqno, points to globally highest SACK It is guaranteed to be valid only when !tp->sacked_out. In most cases this seqno is available in the last ACK but there is no guarantee for that. The new fast recovery loss marking algorithm needs this as entry point. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed