patch-1.3.66 linux/net/core/sock.c
Next file: linux/net/ipv4/ip_fw.c
Previous file: linux/include/net/tcp.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sat Feb 17 16:02:22 1996
- Orig file:
v1.3.65/linux/net/core/sock.c
- Orig date:
Sat Feb 17 16:02:57 1996
diff -u --recursive --new-file v1.3.65/linux/net/core/sock.c linux/net/core/sock.c
@@ -570,10 +570,10 @@
sk->users = 0;
barrier();
}
- if (sk->dead && sk->state == TCP_CLOSE)
- {
+
+ if (sk->dead && sk->state == TCP_CLOSE) {
/* Should be about 2 rtt's */
- reset_timer(sk, TIME_DONE, min(sk->rtt * 2, TCP_DONE_TIME));
+ reset_timer(sk, TIME_DONE, min(sk->rtt * 2, TCP_DONE_TIME));
}
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this