DCCP protocol discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] DCCP: Implement TFRC Faster Restart
@ 2007-08-28 23:13 Ian McDonald
  2007-08-30  7:30 ` Gerrit Renker
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ian McDonald @ 2007-08-28 23:13 UTC (permalink / raw)
  To: dccp

This patch set implements TFRC Faster Restart as per current draft.

Patche can also be found at:
http://wand.net.nz/~iam4/dccp/patches24/
(although do not apply patch 7)

The faster restart implementation was based on 
draft-ietf-dccp-tfrc-faster-restart-03.txt.

The version of DCCP CCID3 in Gerrit's tree used as the base is (mostly) 
draft-floyd-rfc3448bis-00.txt where the faster restart Internet Draft 
specifies the use of draft-ietf-dccp-rfc3448bis-02.txt.

We did not implement all of the Internet Draft for faster restart as it was 
either not required, or the base DCCP did not support the features required.

In particular the following features are missing:

    * keep alive pings as per section 3.1. It has been proposed at IETF 69 to 
remove these.
    * the use of X_recv_set as per section 3.2. We use X_recv instead as 
X_recv_set is not part of rfc3448bis-00.txt
    * Interpolation of X_fast_max as per section 3.2. This is used for idle 
periods to scale back the faster restart and is used for idle periods in 
minutes. As our tests are shorter than this in duration we have not 
implemented. We have however provided the framework for this so it would be 
trivial to complete this if desired.
    * the measurement of the receive rate in the last RTT as per section 4.2. 
We have left our implementation at the receive rate since last feedback sent 
for simplicity of implementation. We do not believe that this would have a 
material affect, and it would equally affect both the standard implementation 
and faster restart so it would be cancelled out.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-09-06 14:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-28 23:13 [PATCH 0/6] DCCP: Implement TFRC Faster Restart Ian McDonald
2007-08-30  7:30 ` Gerrit Renker
2007-09-03 23:00 ` Ian McDonald
2007-09-04 14:58 ` Gerrit Renker
2007-09-04 21:45 ` Ian McDonald
2007-09-05  9:02 ` Gerrit Renker
2007-09-05 10:02 ` Ian McDonald
2007-09-05 15:43 ` Gerrit Renker
2007-09-06  2:57 ` Ian McDonald
2007-09-06 14:59 ` Gerrit Renker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox