From eecb0a8aa72ff92a9cc4881892c8fa117737ad7f Mon Sep 17 00:00:00 2001 From: rrs Date: Tue, 20 Mar 2007 10:23:11 +0000 Subject: - window update sacks sent incorrectly after shutdown which caused extra abort from peer. - RTT time calculation was not being done in express sack handling since it refered to an unused variable (rto_pending). Removed variable. - socket buffer high water access macro-ized. --- sys/netinet/sctp_input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/netinet/sctp_input.c') diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index 86634a9..2317cea 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -2566,7 +2566,6 @@ process_chunk_drop(struct sctp_tcb *stcb, struct sctp_chunk_desc *desc, * this guy had a RTO calculation * pending on it, cancel it */ - tp1->whoTo->rto_pending = 0; tp1->do_rtt = 0; } SCTP_STAT_INCR(sctps_pdrpmark); -- cgit v1.1