Re: [PATCH] [SCTP]: correct the number of INIT retransmissions

2006-01-30 Thread David S. Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Mon, 30 Jan 2006 11:52:03 -0800 > 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

[PATCH] [SCTP]: correct the number of INIT retransmissions

2006-01-30 Thread Sridhar Samudrala
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 <[EMAIL PROTECTED]> Si