From 8156e27dd79d633bbb41f44cf030e93cdcd15889 Mon Sep 17 00:00:00 2001 From: tuexen Date: Sun, 25 Apr 2010 19:00:37 +0000 Subject: Sending a FWDTSN chunk should not affect the retran count. MFC after: 3 days. --- sys/netinet/sctp_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet') diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index c7a806c..47590c7 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -8973,7 +8973,7 @@ sctp_chunk_retransmission(struct sctp_inpcb *inp, /* (void)SCTP_GETTIME_TIMEVAL(&chk->whoTo->last_sent_time); */ *cnt_out += 1; chk->sent = SCTP_DATAGRAM_SENT; - sctp_ucount_decr(asoc->sent_queue_retran_cnt); + /* sctp_ucount_decr(asoc->sent_queue_retran_cnt); */ if (fwd_tsn == 0) { return (0); } else { -- cgit v1.1