From: Vlad Yasevich Date: Sat, 1 May 2010 02:41:09 +0000 (-0400) Subject: sctp: remove 'resent' bit from the chunk X-Git-Tag: v2.6.35-rc1~473^2~287^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae19c54866450f6c6f79223ca7d37965859a54e1;p=pandora-kernel.git sctp: remove 'resent' bit from the chunk The 'resent' bit is used to make sure that we don't update rto estimate based on retransmitted chunks. However, we already have the 'rto_pending' bit that we test when need to update rto, so 'resent' bit is just extra. Additionally, we currently have a bug in that we always set a 'resent' bit and thus rto estimate is only updated by Heartbeats. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed