Re: Notebooks

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 19 Aug 1998 19:05:08 +0100 (BST)


> /* Socket is locked, keep trying until memory is available. */
> do {
> skb = sock_wmalloc(sk,
> (MAX_HEADER +
> sk->prot->max_header),
> 1, GFP_KERNEL);
> } while (skb == NULL);
>

Shouldn't the FIN allocation/send be pushed to a timer in this case, try
every second until success ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html