summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-09-13 23:51:44 +0000
committerPaul Traina <pst@FreeBSD.org>1996-09-13 23:51:44 +0000
commit7b40aa327dde148ea4fccc538d68ec8cd274030e (patch)
tree9a4c6784e5101afa9ee7f4c8c86e2355d2a13483 /sys/netinet/tcp_usrreq.c
parente295af15d1035b193261d116405aee7eabc3fe7a (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index 9fb4d48a8f6b..78f8acf71fd4 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94
- * $Id: tcp_usrreq.c,v 1.23 1996/07/11 16:32:38 wollman Exp $
+ * $Id: tcp_usrreq.c,v 1.24 1996/07/12 17:28:47 davidg Exp $
*/
#include <sys/param.h>
@@ -891,7 +891,7 @@ tcp_connect(tp, nam)
soisconnecting(so);
tcpstat.tcps_connattempt++;
tp->t_state = TCPS_SYN_SENT;
- tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
+ tp->t_timer[TCPT_KEEP] = tcp_keepinit;
tp->iss = tcp_iss; tcp_iss += TCP_ISSINCR/2;
tcp_sendseqinit(tp);