From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 0EE2AD80D0C for ; Tue, 26 Dec 2023 09:03:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=nHSkOngo3qVYtJ1+vR6COZfy/H9M+l9Y/6PfpEup6WY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1703581380; v=1; b=CYDDZJEXV1J+8lRO4xHaKQtOP4vtZaRfH/BZa3QM5HSadnkMNRiODQQ+UQ+EPvN3SduL1U7t yZGVKSzeGDNcesHkfBp/q58ZxZlmrtL9ZyZXM2WtfkNlwzQ6Z52F8/ufsbCtR4wPTIwl76l8SRB KXlhXKryfjnTU7UVlHExSLuc= X-Received: by 127.0.0.2 with SMTP id 0h1KYY7687511x5wIiM2GoLd; Tue, 26 Dec 2023 01:03:00 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web10.77480.1703581378688214738 for ; Tue, 26 Dec 2023 01:03:00 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="376476274" X-IronPort-AV: E=Sophos;i="6.04,306,1695711600"; d="scan'208";a="376476274" X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Dec 2023 01:03:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="951178126" X-IronPort-AV: E=Sophos;i="6.04,306,1695711600"; d="scan'208";a="951178126" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by orsmga005.jf.intel.com with ESMTP; 26 Dec 2023 01:02:58 -0800 From: "Ren, Suqiang" To: devel@edk2.groups.io Cc: Saloni Kasbekar , Zachary Clark-williams Subject: [edk2-devel] [PATCH V3 2/2] NetworkPkg: RFC1323 definition changed to RFC7323 Date: Tue, 26 Dec 2023 17:01:41 +0800 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,suqiangx.ren@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: UtyuZ2ixiP6WnLkZcLY7UFA3x7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=CYDDZJEX; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) According to UEFI spec 2.10, the definition of RFC1323 has changed to RFC7323 on EFI_TCP6_OPTION. So align this change on NetworkPkg. REF: UEFI spec 2.10 Table 28.2.5 Signed-off-by: Suqiang Ren Cc: Saloni Kasbekar Cc: Zachary Clark-williams --- NetworkPkg/TcpDxe/TcpInput.c | 2 +- NetworkPkg/TcpDxe/TcpProto.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NetworkPkg/TcpDxe/TcpInput.c b/NetworkPkg/TcpDxe/TcpInput.c index 7b329be64dfe..97633a3908be 100644 --- a/NetworkPkg/TcpDxe/TcpInput.c +++ b/NetworkPkg/TcpDxe/TcpInput.c @@ -1177,7 +1177,7 @@ TcpInput ( // if (TCP_FLG_ON (Option.Flag, TCP_OPTION_RCVD_TS)) { // - // update TsRecent as specified in page 16 RFC1323. + // update TsRecent as specified in page 17 RFC7323. // RcvWl2 equals to the variable "LastAckSent" // defined there. // diff --git a/NetworkPkg/TcpDxe/TcpProto.h b/NetworkPkg/TcpDxe/TcpProto.h index 81f6a875351f..94234f969681 100644 --- a/NetworkPkg/TcpDxe/TcpProto.h +++ b/NetworkPkg/TcpDxe/TcpProto.h @@ -277,7 +277,7 @@ struct _TCP_CONTROL_BLOCK { BOOLEAN ProbeTimerOn; ///< If TRUE, the probe time is on. // - // RFC1323 defined variables, about window scale, + // RFC7323 defined variables, about window scale, // timestamp and PAWS // UINT8 SndWndScale; ///< Wndscale received from the peer. -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112911): https://edk2.groups.io/g/devel/message/112911 Mute This Topic: https://groups.io/mt/103367730/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-