From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: dccp@vger.kernel.org
Subject: Re: [PATCH 1/1] DCCP: Fix up t_nom - FOLLOW-UP
Date: Fri, 12 Jan 2007 10:39:13 +0000 [thread overview]
Message-ID: <200701121039.13177@strip-the-willow> (raw)
In-Reply-To: <200701101021.38920@strip-the-willow>
| Summary: I agree with Ian that hrtimer support is not required, and that
| bursts are OK. They are explicitly allowed by the RFC.
I don't have much disagreement with your points. However, the `bursts' issue
can really not be dismissed as unproblematic. Please see other reply.
|
| > When a sender first starts sending at time t_0, it calculates t_ipi,
| > and calculates a nominal send time t_1 = t_0 + t_ipi for packet 1.
| > When the application becomes idle, it checks the current time, t_now,
| > and then requests re-scheduling after (t_ipi - (t_now - t_0))
| > seconds. When the application is re-scheduled, it checks the current
| > time, t_now, again. If (t_now > t_1 - delta) then packet 1 is sent.
| >
| > Note that initially we set t_ipi to 1 second. This could be set to a
| > better value based on connection setup as per Eddie and your
| > discussion earlier but I haven't implemented this yet. In this way my
| > code is a hack that I remove the 1 second and add the initial RTT once
| > we obtain it. I see this ugliness can be removed when we make the code
| > base conform to the RFC intent (it is not in RFC yet but Eddie said he
| > would propose for revision)
|
| For what it's worth, it's as close to in the RFC as it can get without a
| revision. The authors of the RFC agree that we meant the initial
| Request-Response RTT to be usable as an initial RTT estimate; the
| working group agreed; errata has been sent.
So we are RFC-compliant for the moment. One point which remains unresolved is,
the above is about RTTs, but what about the initial sending rate of 1 packet
per second, which implies an initial t_ipi of 1 second?
next prev parent reply other threads:[~2007-01-12 10:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-10 10:21 [PATCH 1/1] DCCP: Fix up t_nom - FOLLOW-UP Gerrit Renker
2007-01-10 19:40 ` Ian McDonald
2007-01-12 10:39 ` Gerrit Renker [this message]
2007-01-12 12:54 ` Gerrit Renker
2007-01-12 16:33 ` Eddie Kohler
2007-01-12 16:41 ` Eddie Kohler
2007-01-12 16:58 ` Gerrit Renker
2007-01-12 20:02 ` Ian McDonald
2007-01-15 7:56 ` Gerrit Renker
2007-01-15 8:34 ` Gerrit Renker
2007-02-08 0:59 ` Eddie Kohler
2007-02-08 1:13 ` Ian McDonald
2007-02-08 1:23 ` Eddie Kohler
2007-02-08 1:47 ` Ian McDonald
2007-02-08 5:50 ` Eddie Kohler
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=200701121039.13177@strip-the-willow \
--to=gerrit@erg.abdn.ac.uk \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.