patch-1.3.77 linux/net/ipv4/af_inet.c
Next file: linux/net/ipv4/ip_fragment.c
Previous file: linux/net/core/sock.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Mar 20 15:42:33 1996
- Orig file:
v1.3.76/linux/net/ipv4/af_inet.c
- Orig date:
Sun Mar 17 09:04:08 1996
diff -u --recursive --new-file v1.3.76/linux/net/ipv4/af_inet.c linux/net/ipv4/af_inet.c
@@ -410,7 +410,8 @@
{
/* this should never happen. */
/* actually it can if an ack has just been sent. */
- printk("Socket destroy delayed\n");
+ printk("Socket destroy delayed (r=%d w=%d)\n",
+ sk->rmem_alloc, sk->wmem_alloc);
sk->destroy = 1;
sk->ack_backlog = 0;
release_sock(sk);
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