patch-2.4.8 linux/net/ipv4/tcp_minisocks.c
Next file: linux/net/ipv6/addrconf.c
Previous file: linux/net/ipv4/netfilter/ip_nat_proto_tcp.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Aug 7 08:30:50 2001
- Orig file:
v2.4.7/linux/net/ipv4/tcp_minisocks.c
- Orig date:
Thu Apr 12 12:11:39 2001
diff -u --recursive --new-file v2.4.7/linux/net/ipv4/tcp_minisocks.c linux/net/ipv4/tcp_minisocks.c
@@ -5,7 +5,7 @@
*
* Implementation of the Transmission Control Protocol(TCP).
*
- * Version: $Id: tcp_minisocks.c,v 1.9 2001/03/06 22:42:56 davem Exp $
+ * Version: $Id: tcp_minisocks.c,v 1.11 2001/08/03 14:27:25 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -371,7 +371,7 @@
tw->family = sk->family;
tw->reuse = sk->reuse;
tw->rcv_wscale = tp->rcv_wscale;
- atomic_set(&tw->refcnt, 0);
+ atomic_set(&tw->refcnt, 1);
tw->hashent = sk->hashent;
tw->rcv_nxt = tp->rcv_nxt;
@@ -407,6 +407,7 @@
}
tcp_tw_schedule(tw, timeo);
+ tcp_tw_put(tw);
} else {
/* Sorry, if we're out of memory, just CLOSE this
* socket up. We've got bigger problems than
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)