[tcpm] Fwd: [Technical Errata Reported] RFC0793 (4785)

"Mirja Kuehlewind (IETF)" <ietf@kuehlewind.net> Wed, 24 August 2016 23:21 UTC

Return-Path: <ietf@kuehlewind.net>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BD0E212D555 for <tcpm@ietfa.amsl.com>; Wed, 24 Aug 2016 16:21:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.45
X-Spam-Level:
X-Spam-Status: No, score=-2.45 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.548, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LYlaIA0Aec-R for <tcpm@ietfa.amsl.com>; Wed, 24 Aug 2016 16:21:07 -0700 (PDT)
Received: from kuehlewind.net (kuehlewind.net [83.169.45.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC9EF12D144 for <tcpm@ietf.org>; Wed, 24 Aug 2016 16:21:05 -0700 (PDT)
Received: (qmail 29970 invoked from network); 25 Aug 2016 01:21:01 +0200
Received: from p5dec2dcf.dip0.t-ipconnect.de (HELO ?192.168.178.33?) (93.236.45.207) by kuehlewind.net with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 25 Aug 2016 01:21:01 +0200
From: "Mirja Kuehlewind (IETF)" <ietf@kuehlewind.net>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Date: Thu, 25 Aug 2016 01:21:02 +0200
References: <20160820132955.49560B80EE3@rfc-editor.org>
To: "tcpm@ietf.org Extensions" <tcpm@ietf.org>
Message-Id: <471798EE-293E-44E6-A7A3-EAB2ACF6CAEC@kuehlewind.net>
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
X-Mailer: Apple Mail (2.3124)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpm/7-7Ty-gp6hCdQgj2J5OQ3X03f_k>
Subject: [tcpm] Fwd: [Technical Errata Reported] RFC0793 (4785)
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tcpm/>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Aug 2016 23:21:09 -0000

FYI.

> Anfang der weitergeleiteten Nachricht:
> 
> Von: RFC Errata System <rfc-editor@rfc-editor.org>
> Betreff: [Technical Errata Reported] RFC0793 (4785)
> Datum: 20. August 2016 um 15:29:55 MESZ
> An: iesg@ietf.org
> Kopie: sanjeev.ranot.81@gmail.com, rfc-editor@rfc-editor.org
> 
> The following errata report has been submitted for RFC0793,
> "Transmission Control Protocol".
> 
> --------------------------------------
> You may review the report below and at:
> http://www.rfc-editor.org/errata_search.php?rfc=793&eid=4785
> 
> --------------------------------------
> Type: Technical
> Reported by: Sanjeev Ranot <sanjeev.ranot.81@gmail.com>
> 
> Section: 3.9  p. 72
> 
> Original Text
> -------------
> 
> 
> If the ACK is a duplicate
> (SEG.ACK < SND.UNA), it can be ignored.
> 
> Corrected Text
> --------------
> If the ACK is a duplicate
> (SEG.ACK =< SND.UNA), it can be ignored except when equality is met, 
> then window should be updated. This can happen when there are 
> segments in flight but the receiver shrinks its RCV.BUF to drop all 
> of them and send an ACK carrying zero window update. Upon its 
> arrival at the sending TCP, condition SND.UNA = SEG.ACK is met and 
> we must update SND.WND <- 0. Then sender starts persist timer for 
> sending zero-window probes [Ref. RFC 1122 Section 4.2.2.17, page 92]
> 
> 
> 
> 
> 
> Notes
> -----
> The condition is corrected as Duplicate ACK in 
> RFC 1122, Section 4.2.2.20 (g) p. 94. Accordingly old text must be 
> modified and new text should also be present to support the corrected 
> condition in RFC 793. 
> 
> This is one case where duplicate acknowledgment cannot be ignored. i.e. 
> when SEG.ACK == SND.UNA and advertised window in the incoming ACK is 0
> in which case sender needs to :
> 1. update window
> 2. start persist timer
> 3. send zero window probe segments. 
> 
> 
> Note:
> Such ACKs should not be called as duplicates as it fails condition (e) 
> of definition of "DUPLICATE ACKNOWLEDGMENT" in Ref 5681 Section 2, pg 4
> 
> Instructions:
> -------------
> This erratum is currently posted as "Reported". If necessary, please
> use "Reply All" to discuss whether it should be verified or
> rejected. When a decision is reached, the verifying party (IESG)
> can log in to change the status and edit the report, if necessary. 
> 
> --------------------------------------
> RFC0793 (no draft string recorded)
> --------------------------------------
> Title               : Transmission Control Protocol
> Publication Date    : September 1981
> Author(s)           : J. Postel
> Category            : INTERNET STANDARD
> Source              : Legacy
> Area                : Legacy
> Stream              : IETF
> Verifying Party     : IESG
>