From: Vlad Yasevich Date: Mon, 30 Jan 2006 23:59:54 +0000 (-0800) Subject: [SCTP]: correct the number of INIT retransmissions X-Git-Tag: v2.6.16-rc2~252^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81845c21dc1ec7ce2bf12845dbc01e4880f9ea9a;p=pandora-kernel.git [SCTP]: correct the number of INIT retransmissions We currently count the initial INIT/COOKIE_ECHO chunk toward the retransmit count and thus sends a total of sctp_max_retrans_init chunks. The correct behavior is to retransmit the chunk sctp_max_retrans_init in addition to sending the original. Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed