DCCP protocol discussions
 help / color / mirror / Atom feed
From: Eddie Kohler <kohler@icir.org>
To: dccp@vger.kernel.org
Subject: Re: [dccp] Question on resetting nominal send time
Date: Thu, 08 Feb 2007 00:39:43 +0000	[thread overview]
Message-ID: <45CA714F.8030200@icir.org> (raw)
In-Reply-To: <5640c7e00701161351q19360335mf2862a31596ae94a@mail.gmail.com>

WHOOPSY!  I wrote t_ipi when I meant t_nominal, or whatever symbol you choose 
for "the time the next packet is allowed to be sent".  t_ipi should not be 
changed; it depends on X_inst.

Eddie Kohler wrote:
> If t_ipi is used to schedule transmissions, then the following equation 
> should be applied each time the application is scheduled:
> 
>    t_ipi := max(t_ipi, t_now - RTT/2)

SHOULD BE

      t_nominal := max(t_nominal, t_now - RTT/2)

>     t_ipi := max(t_ipi, t_now - t_gran).

SHOULD BE

      t_nominal := max(t_nominal, t_now - t_gran)

Sorry!
Eddie

  parent reply	other threads:[~2007-02-08  0:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-16 21:51 Question on resetting nominal send time Ian McDonald
2007-01-19 15:49 ` [dccp] " Gorry Fairhurst
2007-02-08  0:29 ` Eddie Kohler
2007-02-08  0:39 ` Eddie Kohler [this message]
2007-03-05  9:49 ` Gerrit Renker

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=45CA714F.8030200@icir.org \
    --to=kohler@icir.org \
    --cc=dccp@vger.kernel.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