Internet Engineering Task Force INTERNET-DRAFT Sally Floyd draft-ietf-dccp-ccid3-01.txt Eddie Kohler ICIR Jitendra Padhye Microsoft Research 2 March 2003 Expires: September 2003 Profile for DCCP Congestion Control ID 3: TFRC Congestion Control Status of this Document This document is an Internet-Draft and is in full conformance with all provisions of Section 10 of RFC2026. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. Abstract This document contains the profile for Congestion Control Identifier 3, TCP-friendly rate control (TFRC), in the Datagram Congestion Control Protocol (DCCP). DCCP implements a congestion-controlled unreliable datagram flow suitable for use by applications such as streaming media. The TFRC CCID is used by applications that want a TCP-friendly send rate, Padhye/Floyd/Kohler [Page 1] INTERNET-DRAFT Expires: September 2003 March 2003 possibly with Explicit Congestion Notification (ECN), while minimizing abrupt rate changes. TO BE DELETED BY THE RFC EDITOR UPON PUBLICATION: Changes from draft-ietf-dccp-ccid3-00.txt: * Changed the guidelines to say that required acknowledgement packets should include one or more of the following: The Loss Event Rate, Loss Intervals, or the Ack Vector. * Added a separate section on "The Use of Ack Vectors". This section says that Ack-of-acks must be used when the Ack Vector is used. * Renamed the "ECN Nonce Option" to the "Loss Intervals" option, and extended this option to include up to eight loss intervals. This is to enable more precise verification by the sender of the receiver's feedback. * Added a section about "When should Ack Vector or Loss Intervals be used?" In progress. * Added a section about using the ECN Nonce to verify the receiver's feedback. * Said that the ECN-Nonce feedback must be returned in every required acknowledgement. * Added a sentence saying that the TFRC spec "separately specifies the minimum sending rate from rate reductions during an idle period." Padhye/Floyd/Kohler [Page 2] INTERNET-DRAFT Expires: September 2003 March 2003 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . 4 1.1. Usage Scenario . . . . . . . . . . . . . . . . . . . 4 1.2. Example Half-Connection. . . . . . . . . . . . . . . 5 2. Connection Establishment. . . . . . . . . . . . . . . . 6 3. Congestion Control on Data Packets. . . . . . . . . . . 6 4. Acknowledgements. . . . . . . . . . . . . . . . . . . . 6 4.1. Congestion Control on Acknowledgements . . . . . . . 7 4.2. Quiescence . . . . . . . . . . . . . . . . . . . . . 7 4.3. Acknowledgements of Acknowledgements . . . . . . . . 7 5. The Use of Ack Vectors. . . . . . . . . . . . . . . . . 8 6. Explicit Congestion Notification. . . . . . . . . . . . 8 7. Relevant Options and Features . . . . . . . . . . . . . 9 7.1. Window Counter Option. . . . . . . . . . . . . . . . 9 7.2. Elapsed Time Option. . . . . . . . . . . . . . . . . 9 7.3. Loss Event Rate Option . . . . . . . . . . . . . . . 9 7.4. Receive Rate Option. . . . . . . . . . . . . . . . . 9 7.5. Loss Intervals Option. . . . . . . . . . . . . . . . 10 8. Verifying Congestion Control Compliance With ECN. . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 8.1. Verifying the ECN Nonce Echo . . . . . . . . . . . . 12 8.2. Verifying the Reported Loss Event Rate . . . . . . . 12 9. Application Requirements. . . . . . . . . . . . . . . . 13 10. Design Considerations. . . . . . . . . . . . . . . . . 13 10.1. Determining Loss Events at the Receiver . . . . . . 13 10.2. Sending Feedback Packets. . . . . . . . . . . . . . 15 10.3. When Should Ack Vector And Loss Intervals Be Used? . . . . . . . . . . . . . . . . . . . . . . . . . . 16 11. Thanks . . . . . . . . . . . . . . . . . . . . . . . . 17 12. References . . . . . . . . . . . . . . . . . . . . . . 17 13. Authors' Addresses . . . . . . . . . . . . . . . . . . 17 Padhye/Floyd/Kohler [Page 3] INTERNET-DRAFT Expires: September 2003 March 2003 1. Introduction This document contains the profile for Congestion Control Identifier 3, TCP-friendly rate control (TFRC), in the Datagram Congestion Control Protocol (DCCP). DCCP uses Congestion Control Identifiers, or CCIDs, to specify the congestion control mechanism in use on a half-connection. (A half-connection might consist of data packets sent from DCCP A to DCCP B, plus acknowledgements sent from DCCP B to DCCP A. DCCP A is the sending DCCP, and DCCP B the acknowledging DCCP, for this half-connection.) TFRC is a receiver-based congestion control mechanism that provides a TCP-friendly send rate, while minimizing abrupt rate changes [RFC 3448]. The basic TFRC protocol is as follows. The sender sends a stream of data packets to the receiver at some rate. The receiver sends a feedback packet to the sender roughly once every round-trip time. Based on the information contained in the feedback packets, the sender adjusts its sending rate in accordance with the TCP throughput equation [PFTK98], to maintain TCP-friendliness. If no feedback is received from the receiver in several round-trip times (four, in the current TFRC specification), the sender halves its sending rate. The values of the round-trip time RTT, the loss event rate p and the base timeout value TO are needed by the sender to calculate the send rate using the TCP throughput equation. The sender calculates the values of RTT and TO, and the receiver calculates the value of p. (If it prefers, the sender can also calculate p, based on loss intervals provided by the receiver.) The congestion control mechanisms described here follow the TFRC mechanism standardized by the IETF. Conformant CCID 3 implementations may track TFRC's evolution directly, as updates are standardized in the IETF, rather than waiting for revisions of this document. For simplicity, we occasionally refer to DCCP-Data packets sent by the sender and DCCP-Ack packets sent by the receiver. Both of these categories are meant to include DCCP-DataAck packets. 1.1. Usage Scenario DCCP with TFRC congestion control is intended to provide congestion control for the flow of data packets from the server to the client for applications that do not require fully reliable data transmission, or that desire to implement reliability on top of Padhye/Floyd/Kohler Section 1.1. [Page 4] INTERNET-DRAFT Expires: September 2003 March 2003 DCCP. TFRC congestion control is appropriate for flows that would prefer to minimize abrupt changes in the sending rate. 1.2. Example Half-Connection This example, taken from the main DCCP draft [DCCP], is of a half- connection using TFRC Congestion Control specified by CCID 3. The "sender" is the HC-Sender, and the "receiver" is the HC-Receiver. (These terms, and terms such as "subflow", "sequence", and "half- connection", are defined in [DCCP], Section 3.) (1) The sender sends DCCP-Data packets, where the number of packets sent is governed by an allowed transmit rate, as specified in [RFC 3448]. Each DCCP-Data packet has a sequence number and a window counter option. One or more of these data packets are DCCP-DataAck packets acknowledging the data packet from the receiver, but for simplicity we will not discuss the half-connection of data from the receiver to the sender in this example. (2) The receiver sends DCCP-Ack packets at least once per round-trip time acknowledging the data packets, unless the sender is sending at a rate of less than one packet per RTT, as indicated by the TFRC specification [RFC 3448]. Each DCCP-Ack packet uses a sequence number and identifies the most recent packet received from the sender. Each DCCP-Ack packet includes feedback about the loss event rate calculated by the receiver, as specified below. (3) The sender continues sending DCCP-Data packets as controlled by the allowed transmit rate. Upon receiving DCCP-Ack packets, the sender updates its allowed transmit rate as specified in [RFC 3448]. (4) The sender estimates round-trip times and calculates a TimeOut value TO as specified in [RFC 3448]. (5) If the use of ECN has been negotiated, each DCCP-Data and DCCP- DataAck packet is sent as ECN-Capable, with either the ECT(0) or the ECT(1) codepoint set. The use of the ECN Nonce with TFRC is described below. Padhye/Floyd/Kohler Section 1.2. [Page 5] INTERNET-DRAFT Expires: September 2003 March 2003 2. Connection Establishment The connection is initiated by the client using mechanisms described in the DCCP specification [DCCP]. The client and the server MAY negotiate the use of the Ack Vector option. 3. Congestion Control on Data Packets The sender sends DCCP-Data packets to the receiver at the rate specified by the TCP throughput equation [PFTK98]. Each DCCP-Data packet has a sequence number and contains the window counter option. The format of the window counter option is described below. After each feedback packet is received from the receiver, the sender updates values of RTT, TO and the sending rate using procedures specified in [RFC 3448]. If no feedback packet is received from the receiver after an interval specified in [RFC 3448], the sending rate is halved. However, the sending rate is never reduced below one packet per 64 seconds. See [RFC 3448] for more details. [RFC 3448] separately specifies the minimum sending rate from rate reductions during an idle period. 4. Acknowledgements The receiver sends an acknowledgement packet to the sender roughly once per round-trip time, if the sender is sending packets that frequently. This rate is determined by details of the TFRC protocol, as specified in [RFC 3448]. As specified in [DCCP], the acknowledgement number acknowledges the largest valid sequence number received so far on this connection. Each acknowledgement required by TFRC also includes at least the following options: 1. An option specifying the amount of time elapsed between since the receiver received the packet whose sequence number appears in the acknowledgement field. 2. An option specifying the rate at which the receiver received data since the last DCCP-Ack was sent. Padhye/Floyd/Kohler Section 4. [Page 6] INTERNET-DRAFT Expires: September 2003 March 2003 3. One or more options concerning the loss event rate p experienced by the receiver, as described in [RFC 3448]. Relevant options include Loss Event Rate, which simply gives the loss event rate calculated by the receiver; Loss Intervals, which specifies the beginning and end of each loss interval, from which the sender can easily calculate and/or verify the loss event rate; and Ack Vector, which says exactly which packets were lost or marked, again allowing the sender to calculate and/or verify the loss event rate. The format of these options is described below (except Ack Vector, which is described in [DCCP]). If the HC-Receiver is also sending data packets to the HC-Sender, then it MAY piggyback acknowledgement information on those data packets more frequently than TFRC's specified acknowledgement rate allows. 4.1. Congestion Control on Acknowledgements The rate and timing for generating acknowledgements is determined by the TFRC algorithm [RFC 3448]. The sending rate for acknowledgements is relatively low, and there is no explicit congestion control on the acknowledgements. 4.2. Quiescence This section refers to quiescence in the DCCP sense (see section 8.1 of [DCCP]): How does a CCID 3 receiver determine that the corresponding sender is not sending any data? The receiver detects that the sender has gone quiescent after two round-trip times have passed without receiving any additional data. 4.3. Acknowledgements of Acknowledgements TFRC acknowledgements are not generally required to be reliable, so the sender generally need not acknowledge the receiver's acknowledgements. When Ack Vector is used, however, the sender, DCCP A, MUST occasionally acknowledge the receiver's acknowledgements so that the receiver can free up Ack Vector state. When both half- connections are active, the necessary acknowledgements will be contained in A's acknowledgements to B's data. If the B-to-A half- connection goes quiescent, however, DCCP A must do it proactively. When Ack Vector is used, therefore, an active sender MUST occasionally acknowledge the receiver's acknowledgements, probably Padhye/Floyd/Kohler Section 4.3. [Page 7] INTERNET-DRAFT Expires: September 2003 March 2003 by encapsulating a datagram in a DCCP-DataAck packet. No acknowledgement options are necessary, just the relevant Acknowledgement Number in the DCCP-DataAck header. Such acknowledgements should be sent approximately once per round-trip time, within a factor of two or three. The sender MAY choose to acknowledge the receiver's acknowledgements even if they do not contain Ack Vectors. For instance, regular acknowledgements can shrink the size of the Loss Intervals option. Unlike the Ack Vector, however, the Loss Intervals option is bounded in size (and receiver state), so acks-of-acks are not required. 5. The Use of Ack Vectors The Ack Vector option is described in [DCCP]. As specified in [DCCP], if the Ack Vector is used, the sender must also send acks- of-acks, so that the receiver knows when it can discard Ack Vector information. If the use of ECN has not been negotiated, then the sender MAY use either Ack Vector or the Loss Intervals option described below, if it so desires. If neither Ack Vector or Loss Intervals is used, then the acknowledgements are entirely unreliable, and it is never necessary for the sender to acknowledge an acknowledgement. We note that TFRC works even if every acknowledgement is dropped. 6. Explicit Congestion Notification ECN [RFC 3168] MAY be used with CCID 3. If ECN is enabled, then the ECN Nonce will automatically be used following the specification for the ECN Nonce for TCP [ECN NONCE]. For the data sub-flow, the sender sets either the ECT[0] or ECT[1] codepoint on DCCP-Data packets. If ECN is used, then the receiver MUST use at least one of Ack Vector and Loss Intervals to return ECN Nonce information to the sender. If the Ack Vector option is being used, the ECN nonce sum is returned in DCCP-Ack packets, as described in [CCID 2 PROFILE]. The sender can maintain a table with the ECN nonce sum for each packet, and use this information to probabilistically verify the ECN nonce sum returned in each DCCP-Ack packet. If the Ack Vector option is not being used, the information about the ECN Nonce is returned by the receiver using the Loss Intervals option described below. The receiver MUST include this option on every required acknowledgement. Padhye/Floyd/Kohler Section 6. [Page 8] INTERNET-DRAFT Expires: September 2003 March 2003 7. Relevant Options and Features 7.1. Window Counter Option +--------+--------+--------+ |10000000|00000011|WinCount| +--------+--------+--------+ Type=128 Len=3 This option is set by the data sender on all data packets. The option data gives the value of a counter which the sender sets to 0 at the beginning of the transmission, and increases by 1 every quarter of a round trip time as described in [RFC 3448]. 7.2. Elapsed Time Option +--------+--------+--------+--------+ |11000001|00000100| Elapsed Time | +--------+--------+--------+--------+ Type=193 Len=4 This option is set by the data receiver on all required acknowledgements. The option value is the amount of time (in milliseconds) elapsed since the packet being acknowledged was received. 7.3. Loss Event Rate Option +--------+--------+--------+--------+--------+--------+ |11000000|00000110| Loss Event Rate | +--------+--------+--------+--------+--------+--------+ Type=192 Len=6 This option is set by the data receiver on all required acknowledgements. The option value indicates the inverse of the loss event rate, rounded UP, as calculated by the receiver. Its units are packets per loss interval. 7.4. Receive Rate Option Padhye/Floyd/Kohler Section 7.4. [Page 9] INTERNET-DRAFT Expires: September 2003 March 2003 +--------+--------+--------+--------+--------+--------+ |11000010|00000110| Receive Rate | +--------+--------+--------+--------+--------+--------+ Type=194 Len=6 This option is set by the data receiver on all required acknowledgements. The first byte gives the option type and the second gives the option length. The last four bytes indicate the rate at which the receiver has received data since it last sent an acknowledgement, in bits per second. 7.5. Loss Intervals Option ___ Loss Interval ___ / \ +--------+--------+----...----+----...----+--------+--------+-------- |11000011| Length | Left Edge |E| Offset | Up to 7 Loss Intervals ... +--------+--------+----...----+----...----+--------+--------+-------- Type=195 3 bytes 3 bytes This option MAY be set by the data receiver on acknowledgements. (If ECN is enabled and Ack Vector is off, it MUST be sent with every required acknowledgement.) The option reports up to 8 loss intervals seen by the receiver. As described in [RFC 3448], a loss interval begins with a lost or ECN-marked packet; continues for at least one round trip time; and completes with an arbitrarily-long series of non-dropped, non-marked packets. The Loss Event Rate, reported by option 192, is the weighted average of the last 8 loss interval lengths, inverted. The Loss Intervals option contains information about between one and eight consecutive loss intervals, always including the most recent loss interval. Intervals are listed in reverse chronological order. The option MUST contain information about the most recent 8 loss intervals unless (1) there have not yet been 8 loss intervals, in which case the receiver should send information about all the loss intervals it has experienced; or (2) the receiver knows, because of acknowledgements from the sender, that information about older loss intervals has been received by the sender, in which case the receiver should send information about all the loss intervals the sender has not acknowledged. In any case, the Loss Intervals option MUST contain the most recent loss interval. Each Loss Interval structure consists of a Left Edge, an Offset, and an ECN Nonce Echo (E). Left Edge, a 24-bit DCCP sequence number, specifies the first sequence number in the interval's loss- and Padhye/Floyd/Kohler Section 7.5. [Page 10] INTERNET-DRAFT Expires: September 2003 March 2003 mark-free tail. Offset, a 23-bit number, specifies the number of packets in that loss- and mark-free tail. The ECN Nonce Echo, stored in the high-order bit of the 3-byte field containing Offset, equals the one-bit sum (exclusive-or, or parity) of nonces received over the range of packets [Left Edge, Left Edge + Offset). If Offset is 0, or if the receiver is ECN-incapable, the ECN Nonce Echo SHOULD be reported as 0. Note that each Loss Interval structure explicitly specifies when the loss interval in question ends (that is, at Left Edge + Offset), but not when it began. That quantity equals the Left Edge + Offset of the chronologically preceding loss interval. Furthermore, the most recent Loss Interval's Left Edge + Offset need not equal the Acknowledgement Number. As Section 5.1 of [RFC 3448] says, a lost packet doesn't begin a new loss interval until 3 packets have been seen after the "hole". Acknowledgements sent in the meantime will acknowledge some sequence number larger than the "hole", but the most recent Loss Interval's Left Edge + Offset will equal the sequence number of the "hole". The Loss Intervals option serves several purposes. o The sender can use the Loss Intervals to easily calculate the Loss Event Rate, perhaps using a later version of the TFRC algorithm than that deployed at the receiver. o Loss Intervals information is easily checked for consistency against previous Loss Intervals options, and against any Loss Event Rate calculated by the receiver. o The sender can probabilistically verify the ECN Nonce Echo for each Loss Interval, reducing the likelihood of misbehavior. 8. Verifying Congestion Control Compliance With ECN If ECN is used, the sender can use Ack Vector or the Loss Intervals option to probabilistically verify that the receiver is not lying in reporting packets received undropped and unmarked. The sender could then use the information in acknowledgement packets to roughly verify the Loss Event Rate reported by the receiver, if it so desired. We note that if ECN is not used, the sender could still check on the receiver by occasionally not sending a packet, or sending a packet out-of-order, to catch the receiver in an error in Ack Vector or Loss Intervals information. Similarly, the sender would still use the Ack Vector information to verify the loss event rate reported by Padhye/Floyd/Kohler Section 8. [Page 11] INTERNET-DRAFT Expires: September 2003 March 2003 the receiver. However, this is not as robust or as non-intrusive as the verification provided by the ECN Nonce. 8.1. Verifying the ECN Nonce Echo To verify the ECN Nonce Echo included with an Ack Vector option, the sender maintains a table with the ECN nonce value sent for each packet. The Ack Vector option explicitly says which packets were received non-marked; the sender just adds up the nonces for those packets using a one-bit sum (exclusive-or, or parity), and compares the result to the Nonce Echo encoded in the Ack Vector's option type. To verify the ECN Nonce Echo included with a Loss Intervals option, the sender maintains a table with the ECN nonce *sum* for each packet. As defined in [ECN NONCE], the nonce sum for sequence number S is the one-bit sum of nonces over the sequence number range [I,S] (where I is the initial sequence number). Let NonceSum(S) represent this nonce sum for sequence number S, (and let NonceSum(I - 1) equal 0). Then the Nonce Echo for a loss interval [Left Edge, Left Edge + Offset) should equal the following one-bit sum: NonceSum(Left Edge - 1) + NonceSum(Left Edge + Offset - 1). An Ack Vector's ECN Nonce Echo may also be calculated from a table of ECN nonce sums, rather than ECN nonces. If the Ack Vector contains many long runs of non-marked, non-dropped packets, the nonce sum-based calculation will probably be faster than a straightforward nonce-based calculation. In either of these cases, a misbehaving receiver---meaning a receiver that reports a lost or marked packet as "received non- marked", to avoid rate reductions---has only a 50% chance of guessing the correct Nonce Echo. 8.2. Verifying the Reported Loss Event Rate Once the sender has probabilistically verified the ECN Nonce Echos reported by the receiver, the sender can calculate for itself the number of packets in each loss interval, to roughly verify the loss event rate reported by the receiver, if it so desired. We note that DCCP's Loss Event Rate Option reports the average loss interval size, which is the inverse of the loss event rate. Padhye/Floyd/Kohler Section 8.2. [Page 12] INTERNET-DRAFT Expires: September 2003 March 2003 If the Ack Vector is used, the sender can identify the packet that begins each new loss interval from the Ack Vector in each DCCP-Ack packet. If the sender saves information about the window counter option for each data packet, then the sender also can tell when two lost or marked packets would have been interpreted by the receiver as separate loss events. The Loss Intervals option explicitly reports the size of each loss interval, as seen by the receiver. The sender can, using saved information about window counter options, verify that the receiver is not falsely combining two loss events into one reported loss interval. Once the sender has reconstructed or verified Loss Intervals, it can easily calculate the expected loss event rate, and compare against the receiver's reported loss event rate. 9. Application Requirements As described in the TFRC specifications [RFC 3448], this CCID should not be used by applications that change their sending rate by varying the packet size, rather than varying the rate at which packets are sent. 10. Design Considerations The data packets do not carry timestamps. The sender can store the times at which recent packets were sent. When an acknowledgement arrives, the acknowledgement number and the elapsed time option provide sufficient information to compute the round trip time. 10.1. Determining Loss Events at the Receiver The window counter option is used by the receiver to determine if multiple lost packets belong to the same loss event. The sender increases the window counter by 1 every quarter round trip time. To determine whether two lost packets, with sequence numbers X and Y (Y > X), belong to different loss events, the receiver proceeds as follows: Padhye/Floyd/Kohler Section 10.1. [Page 13] INTERNET-DRAFT Expires: September 2003 March 2003 X-1 X X+1 ... Y-1 Y Y+1 | | | | | | ------------------------------------------------------------------ Time Packets as transmitted by the sender, with X and Y lost. If X-1 and Y-1 are not lost, then they are X_prev and Y_prev respectively. - Let X_prev be the highest sequence number which was received with X_prev < X. - Let Y_prev be the highest sequence number which was received with Y_prev < Y. - Let CX_prev and CY_prev be the window counters associated with packets X_prev and Y_prev respectively. Clearly, CY_prev >= CX_prev. - Packets X and Y belong to different loss events if (CY_prev - CX_prev) > 4 The use of the window counter option can help the receiver to disambiguate multiple losses after a sudden decrease in the actual round-trip time. When the sender receives an acknowledgement acknowledging a data packet with window counter i, the sender increases its window counter, if necessary, so that subsequent data packets are sent with window counter values of at least i+4. This can help minimize errors on the part of the receiver of incorrectly interpreting multiple loss events as a single loss event. We note that if all of the packets between X and Y are lost in the network, then X_prev and Y_prev are both set to X-1, and the series of consecutive losses is treated by the receiver as a single loss event. However, the sender will receive no DCCP-Ack packets during a period of consecutive losses, and the sender will reduce its sending rate accordingly. As an alternative to the window counter option, the sender could have sent its estimate of the round-trip time to the receiver directly in a round-trip time option, and the receiver should use the sender's round-trip time estimate to infer when multiple lost or marked packets belong in the same loss event. In some respects, a round-trip time option gives a more precise encoding of the sender's round-trip time estimate than does the window counter option. However, the window counter option conveys information about the relative *sending* times for packets, while the receiver could only use the round-trip time option to distinguish between the relative Padhye/Floyd/Kohler Section 10.1. [Page 14] INTERNET-DRAFT Expires: September 2003 March 2003 *receive* times (in the absence of timestamps). That is, the window counter option will give more robust performance in some cases when there is a large variation in delay for packets sent within a window of data. As a slightly more speculative consideration, the round- trip time option could possibly be used more easily by middleboxes attempting to verify that a flow was using conformant end-to-end congestion control. 10.2. Sending Feedback Packets The window counter option is also used by the receiver to decide when to send feedback packets. Feedback packets should normally be sent at least once per round-trip time, if the sender is sending at least one data packet per round-trip time. Whenever the receiver sends a feedback message, the receiver sets a local variable last_counter to the highest received value of the window counter since the last feedback message was sent, if any data packets have been received since the last feedback message was sent. If the receiver receives a data packet with a window counter value greater than last_counter + 4, then the receiver sends a new feedback packet. The TFRC protocol [RFC 3448] specifies that the receiver uses a feedback timer to decide when to send feedback packets. In the TFRC protocol, when the feedback timer expires, the receiver resets the timer to expire after R_m seconds, where R_m is the most recent estimate of the round-trip time received by the receiver from the sender. However, when the window counter option is used, the receiver can use information from the window counter option in deciding when to send feedback packets. When the sender is sending less than one packet per round-trip time, then the receiver sends a feedback packet after each data packet, and the feedback timer is not required. Similarly, when the sender is sending several packets per round-trip time, then the receiver will send a feedback packet each time that a data packet arrives with a window counter more than four greater than the window counter when the last feedback packet was sent, and again the feedback counter is not required. Similarly, the receiver always sends a feedback packet after the detection of a loss event. Thus, the feedback timer is not absolutely necessary when the window counter is used. However, the feedback timer still could be useful in some rare cases to prevent the sender from unnecessarily halving its sending rate. Consider the case when the receiver receives data soon after the most recent feedback packet has been sent, but has received no data Padhye/Floyd/Kohler Section 10.2. [Page 15] INTERNET-DRAFT Expires: September 2003 March 2003 packets with a window counter sufficiently large to trigger sending a new feedback packet. The TFRC protocol specifies that after a feedback packet is received, the sender sets a nofeedback timer to at least four times the round-trip time estimate. If the sender doesn't receive any feedback packets before the nofeedback timer expires, then the sender halves its sending rate. One could construct scenarios where the use of a feedback timer at the receiver would prevent the unnecessary expiration of the nofeedback timer at the sender. For implementors who wish to implement a feedback timer for the data receiver, we suggest estimating the round-trip time from the most recent data packet as follows: Let K be the window counter from the most recent data packet, and let T_k be the time that that packet was received, as in the table below. Let J be the highest window counter received that was less than K-4, and let T_j be the most recent time that such a packet was received. Then the round-trip time can be very roughly estimated as 4 (T_k-T_j)/(K-J). Time | Event | Window Counter --------------------------------------------------------------- T_j | packet received with WC < K-4 | J (J Eddie Kohler ICSI Center for Internet Research 1947 Center Street, Suite 600 Berkeley, CA 94704 USA Jitendra Padhye Microsoft Research One Microsoft Way Redmond, WA 98052 USA Padhye/Floyd/Kohler Section 13. [Page 18]