summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_timer.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2007-03-20 10:23:11 +0000
committerrrs <rrs@FreeBSD.org>2007-03-20 10:23:11 +0000
commiteecb0a8aa72ff92a9cc4881892c8fa117737ad7f (patch)
treec1ac41de5e74c6da148fd963903611df770236c1 /sys/netinet/sctp_timer.c
parente588f34e9ccbae45abec18203973bfaeb542187d (diff)
downloadFreeBSD-src-eecb0a8aa72ff92a9cc4881892c8fa117737ad7f.zip
FreeBSD-src-eecb0a8aa72ff92a9cc4881892c8fa117737ad7f.tar.gz
- 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.
Diffstat (limited to 'sys/netinet/sctp_timer.c')
-rw-r--r--sys/netinet/sctp_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c
index 1d6902e..a075e8e 100644
--- a/sys/netinet/sctp_timer.c
+++ b/sys/netinet/sctp_timer.c
@@ -524,7 +524,6 @@ sctp_mark_all_for_resend(struct sctp_tcb *stcb,
*/
orig_rwnd = stcb->asoc.peers_rwnd;
orig_flight = net->flight_size;
- net->rto_pending = 0;
net->fast_retran_ip = 0;
/* Now on to each chunk */
num_mk = cnt_mk = 0;
OpenPOWER on IntegriCloud