aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authorAndras Olah <olah@FreeBSD.org>1995-11-03 22:19:50 +0000
committerAndras Olah <olah@FreeBSD.org>1995-11-03 22:19:50 +0000
commit356ad1b0cbe8f48b4e1e32e462c9f06b6057b136 (patch)
treea7389ba77795e5e32fa85cf322184769558e04f8 /sys/netinet/tcp_timer.c
parenta45d27261da492e9fc50e93e61770f4693bda7c3 (diff)
Notes
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 c3da4573d999..bfab34288a25 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;