summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1996-04-15 03:46:33 +0000
committerDavid Greenman <dg@FreeBSD.org>1996-04-15 03:46:33 +0000
commit2d8266af5c74bbd814181607b9e0964bfabfec7f (patch)
tree23e9180b2017e68c98a6dd8cf7c6a16c1f71c157 /sys/netinet/tcp_timer.c
parent68159c890151b0448048bc44123970be9f55fafe (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index f9c89b7b6f97..776d076130d9 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.14 1996/03/11 15:13:35 davidg Exp $
+ * $Id: tcp_timer.c,v 1.15 1996/04/04 11:17:04 phk Exp $
*/
#ifndef TUBA_INCLUDE
@@ -320,7 +320,7 @@ tcp_timers(tp, timer)
goto dropit;
if ((always_keepalive ||
tp->t_inpcb->inp_socket->so_options & SO_KEEPALIVE) &&
- tp->t_state <= TCPS_CLOSE_WAIT) {
+ tp->t_state <= TCPS_CLOSING) {
if (tp->t_idle >= tcp_keepidle + tcp_maxidle)
goto dropit;
/*