summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2010-04-25 19:00:37 +0000
committertuexen <tuexen@FreeBSD.org>2010-04-25 19:00:37 +0000
commit8156e27dd79d633bbb41f44cf030e93cdcd15889 (patch)
tree2e8e0b9c0d99536ae9e26bf82edfb61fc7a7d813 /sys/netinet
parent761a48d2af0c4d855216083e66754a5e5fa17c06 (diff)
downloadFreeBSD-src-8156e27dd79d633bbb41f44cf030e93cdcd15889.zip
FreeBSD-src-8156e27dd79d633bbb41f44cf030e93cdcd15889.tar.gz
Sending a FWDTSN chunk should not affect the retran count.
MFC after: 3 days.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_output.c2
1 files changed, 1 insertions, 1 deletions
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 {
OpenPOWER on IntegriCloud