patch-2.0.31 linux/net/ipv4/timer.c
Next file: linux/net/ipv4/udp.c
Previous file: linux/net/ipv4/tcp_timer.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Aug 15 12:23:23 1997
- Orig file:
v2.0.30/linux/net/ipv4/timer.c
- Orig date:
Thu Feb 22 06:50:46 1996
diff -u --recursive --new-file v2.0.30/linux/net/ipv4/timer.c linux/net/ipv4/timer.c
@@ -139,12 +139,10 @@
case TIME_CLOSE:
/* We've waited long enough, close the socket. */
- sk->state = TCP_CLOSE;
- delete_timer (sk);
+ tcp_set_state(sk, TCP_CLOSE);
if (!sk->dead)
sk->state_change(sk);
sk->shutdown = SHUTDOWN_MASK;
- reset_timer (sk, TIME_DONE, TCP_DONE_TIME);
break;
default:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov