patch-2.3.18 linux/net/ipv4/tcp_input.c
Next file: linux/net/ipv4/tcp_ipv4.c
Previous file: linux/net/ipv4/tcp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Sep 8 11:14:32 1999
- Orig file:
v2.3.17/linux/net/ipv4/tcp_input.c
- Orig date:
Thu Aug 26 13:05:46 1999
diff -u --recursive --new-file v2.3.17/linux/net/ipv4/tcp_input.c linux/net/ipv4/tcp_input.c
@@ -5,7 +5,7 @@
*
* Implementation of the Transmission Control Protocol(TCP).
*
- * Version: $Id: tcp_input.c,v 1.172 1999/08/23 06:30:35 davem Exp $
+ * Version: $Id: tcp_input.c,v 1.173 1999/09/07 02:31:27 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -2423,7 +2423,7 @@
newsk->timer.function = &tcp_keepalive_timer;
newsk->timer.data = (unsigned long) newsk;
if (newsk->keepopen)
- tcp_reset_keepalive_timer(sk, sysctl_tcp_keepalive_time);
+ tcp_reset_keepalive_timer(newsk, keepalive_time_when(newtp));
newsk->socket = NULL;
newsk->sleep = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)