[Ntp] Antw: [EXT] [Errata Verified] RFC5905 (5020)

Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> Thu, 28 July 2022 09:54 UTC

Return-Path: <Ulrich.Windl@rz.uni-regensburg.de>
X-Original-To: ntp@ietfa.amsl.com
Delivered-To: ntp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C0096C157903; Thu, 28 Jul 2022 02:54:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.909
X-Spam-Level:
X-Spam-Status: No, score=-1.909 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_BLOCKED=0.001] autolearn=unavailable autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OVc_hbKFmjqJ; Thu, 28 Jul 2022 02:54:12 -0700 (PDT)
Received: from mx2.uni-regensburg.de (mx2.uni-regensburg.de [IPv6:2001:638:a05:137:165:0:3:bdf8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02B7AC136335; Thu, 28 Jul 2022 02:54:11 -0700 (PDT)
Received: from mx2.uni-regensburg.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 434946000052; Thu, 28 Jul 2022 11:54:06 +0200 (CEST)
Received: from gwsmtp.uni-regensburg.de (gwsmtp1.uni-regensburg.de [132.199.5.51]) by mx2.uni-regensburg.de (Postfix) with ESMTP id 73B946000051; Thu, 28 Jul 2022 11:54:04 +0200 (CEST)
Received: from uni-regensburg-smtp1-MTA by gwsmtp.uni-regensburg.de with Novell_GroupWise; Thu, 28 Jul 2022 11:54:05 +0200
Message-Id: <62E25CBB020000A10004BED5@gwsmtp.uni-regensburg.de>
X-Mailer: Novell GroupWise Internet Agent 18.4.0
Date: Thu, 28 Jul 2022 11:54:03 +0200
From: Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
To: jrmii@isc.org, jack.burbank@jhuapl.edu, william.kasch@jhuapl.edu, wferi@niif.hu, rfc-editor@rfc-editor.org, mills@udel.edu
Cc: ek.ietf@gmail.com, iana@iana.org, The IESG <iesg@ietf.org>, "ntp@ietf.org" <ntp@ietf.org>
References: <20220727150611.170A66AB09@rfcpa.amsl.com>
In-Reply-To: <20220727150611.170A66AB09@rfcpa.amsl.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline
Archived-At: <https://mailarchive.ietf.org/arch/msg/ntp/cUHkFxIhldO6lYyHhbIoc2Z3UBY>
Subject: [Ntp] Antw: [EXT] [Errata Verified] RFC5905 (5020)
X-BeenThere: ntp@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: Network Time Protocol <ntp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ntp>, <mailto:ntp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ntp/>
List-Post: <mailto:ntp@ietf.org>
List-Help: <mailto:ntp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ntp>, <mailto:ntp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Jul 2022 09:54:15 -0000

>>> RFC Errata System <rfc-editor@rfc-editor.org> schrieb am 27.07.2022 um
17:06 in
Nachricht <20220727150611.170A66AB09@rfcpa.amsl.com>:
> The following errata report has been verified for RFC5905,
> "Network Time Protocol Version 4: Protocol and Algorithms Specification". 
> 
> --------------------------------------
> You may review the report below and at:
> https://www.rfc-editor.org/errata/eid5020 
> 
> --------------------------------------
> Status: Verified
> Type: Technical
> 
> Reported by: Ferenc Wágner <wferi@niif.hu>
> Date Reported: 2017-05-15
> Verified by: Erik Kline (IESG)
> 
> Section: 8
> 
> Original Text
> -------------
> theta = T(B) - T(A) = 1/2 * [(T2-T1) + (T3-T4)]
> 
> Corrected Text
> --------------
> theta = T(B) - T(A) = 1/2 * [(T2-T1) + (T4-T3)]

If that's wrong, RFC 1305 would be just as wrong, because it says (page 25 in
PDF):
((Ti−2 − Ti−3) + (Ti−1 − Ti)) / 2
,

> 
> Notes
> -----
> The corresponding code line in A.5.1.1. agrees with this correction:
> 
> offset = (LFP2D(r->rec - r->org) + LFP2D(r->dst - r->xmt)) / 2;
> 
> taking Figure 7 into account:
> 
> | org       | T1         | origin timestamp      |
> | rec       | T2         | receive timestamp     |
> | xmt       | T3         | transmit timestamp    |
> | dst       | T4         | destination timestamp |
> 
> --------------------------------------
> RFC5905 (draft-ietf-ntp-ntpv4-proto-13)
> --------------------------------------
> Title               : Network Time Protocol Version 4: Protocol and 
> Algorithms Specification
> Publication Date    : June 2010
> Author(s)           : D. Mills, J. Martin, Ed., J. Burbank, W. Kasch
> Category            : PROPOSED STANDARD
> Source              : Network Time Protocols
> Area                : Internet
> Stream              : IETF
> Verifying Party     : IESG
> 
> _______________________________________________
> ntp mailing list
> ntp@ietf.org 
> https://www.ietf.org/mailman/listinfo/ntp