From: Vlad Yasevich Date: Tue, 31 Jan 2006 00:00:40 +0000 (-0800) Subject: [SCTP]: heartbeats exceed maximum retransmssion limit X-Git-Tag: v2.6.16-rc2~252^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c2fc2c8f3750e1f7ffbb3ac2b885a49416110c;p=pandora-kernel.git [SCTP]: heartbeats exceed maximum retransmssion limit The number of HEARTBEAT chunks that an association may transmit is limited by Association.Max.Retrans count; however, the code allows us to send one extra heartbeat. This patch limits the number of heartbeats to the maximum count. Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed