From: David Miller <davem@davemloft.net>
To: richard@weltraumpflege.org
Cc: netdev@vger.kernel.org, kuznet@ms2.inr.ac.ru, jmorris@namei.org
Subject: Re: [PATCH net] tcp_timer.c: Add kernel-doc function descriptions
Date: Mon, 11 Jul 2016 12:56:30 -0700 (PDT) [thread overview]
Message-ID: <20160711.125630.317058844992527133.davem@davemloft.net> (raw)
In-Reply-To: <1468011506-358-1-git-send-email-richard@weltraumpflege.org>
From: Richard Sailer <richard@weltraumpflege.org>
Date: Fri, 8 Jul 2016 22:58:26 +0200
>
> +/**
> + * tcp_write_err() - close socket and save error info.
> + * @sk: The socket the error has appeared on.
> + *
> + * Returns: Nothing (void)
> + */
> +
...
> +/**
> + * tcp_out_of_resources() - Close socket if out of resources
> + * @sk: pointer to current socket
> + * @do_reset: send a last packet with reset flag
> + *
> + * Do not allow orphaned sockets to eat all our resources.
> * This is direct violation of TCP specs, but it is required
> * to prevent DoS attacks. It is called when a retransmission timeout
> * or zero probe timeout occurs on orphaned socket.
Please indent your comments consistently.
next prev parent reply other threads:[~2016-07-11 19:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 20:58 [PATCH net] tcp_timer.c: Add kernel-doc function descriptions Richard Sailer
2016-07-11 19:56 ` David Miller [this message]
2016-07-11 19:59 ` Edward Cree
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160711.125630.317058844992527133.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=jmorris@namei.org \
--cc=kuznet@ms2.inr.ac.ru \
--cc=netdev@vger.kernel.org \
--cc=richard@weltraumpflege.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).