summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authorolah <olah@FreeBSD.org>1995-11-03 22:19:50 +0000
committerolah <olah@FreeBSD.org>1995-11-03 22:19:50 +0000
commiteceba0e335583e577b9dc1efd1da8e19d0d298ae (patch)
treea7389ba77795e5e32fa85cf322184769558e04f8 /sys/netinet/tcp_timer.c
parent7c2efeb6de92a9b5d6911dfda4c8ed821646c2ec (diff)
downloadFreeBSD-src-eceba0e335583e577b9dc1efd1da8e19d0d298ae.zip
FreeBSD-src-eceba0e335583e577b9dc1efd1da8e19d0d298ae.tar.gz
Setting the TF_ACKNOW flag was redundant in the REXMT timeout because
tcp_output() checks for the condition snd_nxt == snd_una. Reviewed by: davidg, wollman, olah Suggested by: Richard Stevens
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index c3da457..bfab342 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_timer.c,v 1.8 1995/07/29 18:48:43 davidg Exp $
+ * $Id: tcp_timer.c,v 1.9 1995/10/03 16:54:17 wollman Exp $
*/
#ifndef TUBA_INCLUDE
@@ -228,10 +228,6 @@ tcp_timers(tp, timer)
}
tp->snd_nxt = tp->snd_una;
/*
- * Force a segment to be sent.
- */
- tp->t_flags |= TF_ACKNOW;
- /*
* If timing a segment in this window, stop the timer.
*/
tp->t_rtt = 0;
OpenPOWER on IntegriCloud