Protocol Action: Computing TCP's Retransmission Timer to Proposed Standard

The IESG <iesg-secretary@ietf.org> Mon, 18 September 2000 11:06 UTC

Received: from loki.ietf.org (loki [10.27.2.29]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA02144; Mon, 18 Sep 2000 07:06:16 -0400 (EDT)
Received: (from adm@localhost) by loki.ietf.org (8.9.1b+Sun/8.9.1) id HAA06431 for ietf-123-outbound.10@ietf.org; Mon, 18 Sep 2000 07:05:01 -0400 (EDT)
Received: from ietf.org (odin.ietf.org [10.27.2.28]) by loki.ietf.org (8.9.1b+Sun/8.9.1) with ESMTP id GAA06261 for <all-ietf@loki.ietf.org>; Mon, 18 Sep 2000 06:43:33 -0400 (EDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA01489; Mon, 18 Sep 2000 06:43:36 -0400 (EDT)
Message-Id: <200009181043.GAA01489@ietf.org>
To: IETF-Announce:;
Cc: RFC Editor <rfc-editor@isi.edu>, IANA <iana@iana.org>
Cc: Internet Architecture Board <iab@isi.edu>
Cc: tsvwg@ietf.org
From: The IESG <iesg-secretary@ietf.org>
Subject: Protocol Action: Computing TCP's Retransmission Timer to Proposed Standard
Date: Mon, 18 Sep 2000 06:43:36 -0400
Sender: scoya@cnri.reston.va.us


The IESG has approved the Internet-Draft 'Computing TCP's
Retransmission Timer' <draft-paxson-tcp-rto-01.txt> as a Proposed
Standard.  This document is the product of the Transport Area Working
Group Working Group.  The IESG contact persons are Allison Mankin and
Scott Bradner.

 
Technical Summary
 
 The Transmission Control Protocol (TCP) [RFC 793] uses a
 retransmission timer to ensure data delivery in the absence of any
 feedback from the remote data receiver.  The duration of this timer
 is referred to as RTO (retransmission timeout).  RFC 1122
 specifies that the RTO should be calculated as described in
 Van Jacobson's 1988 Computer Communication Review paper on "Congestion
 Avoidance and Control"

 This document codifies the algorithm for setting the RTO.  In
 addition, this document expands on the discussion in section 4.2.3.1
 of RFC 1122 and upgrades the requirement of supporting the algorithm
 from a SHOULD to a MUST.  RFC 2581 outlines the algorithm
 TCP uses to begin sending after the RTO expires and a retransmission
 is sent.  This document does not alter the behavior outlined in RFC
 2581

 Thus this document defines the standard algorithm TCP senders are
 required to use to compute and manage their retransmission timer.

Working Group Summary

 The proposed MIB was supported by the working group and no issues
 came up during IETF last-call.

Protocol Quality

 This document was reviewed by Scott Bradner for the IESG.

Note to RFC Editor:


Please replace the first line of section 5 with the following

        An implementation MUST manage the retransmission timer(s) in
        such a way that a segment is never retransmitted too early, i.e.
        less than one RTO after the previous transmission of that segment.

        The following is the RECOMMENDED algorithm for managing the
        retransmission timer: