netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: "Tomar, Nagendra" <nagendra_tomar@adaptec.com>
Cc: linux-net@vger.kernel.org, netdev@oss.sgi.com
Subject: Re: BUG in tcp_timer.c:tcp_retransmit_timer()
Date: Mon, 29 Mar 2004 21:50:57 -0800	[thread overview]
Message-ID: <20040329215057.3fd40210.davem@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0403292251520.27795-100000@localhost.localdomain>

On Mon, 29 Mar 2004 22:54:14 +0530 (IST)
Nagendra Singh Tomar <nagendra_tomar@adaptec.com> wrote:

> 	Thats right. But what about the other cases of retransmission 
> failures for which we are having a negative return (-ENOMEM, -EAGAIN, 
> -EHOSTUNREACH etc). Even for these cases its not a good idea to 
> artificially increment tp->retransmits, lest in some extreme case we might 
> timeout a connection without a single packet going on the wire.

That's just like the packet getting dropped at the next hop,
and not the case this branch of code intends to deal with.

  reply	other threads:[~2004-03-30  5:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.44.0403290222190.27795-100000@localhost.localdomain>
2004-03-30  4:09 ` BUG in tcp_timer.c:tcp_retransmit_timer() David S. Miller
2004-03-29 17:24   ` Nagendra Singh Tomar
2004-03-30  5:50     ` David S. Miller [this message]
2004-03-29 20:40       ` Nagendra Singh Tomar

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=20040329215057.3fd40210.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=linux-net@vger.kernel.org \
    --cc=nagendra_tomar@adaptec.com \
    --cc=netdev@oss.sgi.com \
    /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).