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 D1C2474003D for ; Tue, 26 Dec 2023 09:03:00 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=LPkCiH35LWATmNfBjsov+ZnaYM6JU4GWOIEqR8Mmj3Q=; 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=1703581379; v=1; b=k+1uta+X0tjj6st953yKoenTZSp/c/FQ87nYuEgYg67FfbYAcYdQLg6ErSnFx9+Hv2DwvPdm ubJTL1yd9hUM4+8DA3mW3FM8cbNB9G7G2j0mm5OgIsp5iORUBbX4sn81TW4nubQT9bnC+5gyw6E kA96GRriQxNPY1fFPRRXtxSk= X-Received: by 127.0.0.2 with SMTP id B7ztYY7687511x4teJErm5uP; Tue, 26 Dec 2023 01:02:59 -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:02:58 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="376476270" X-IronPort-AV: E=Sophos;i="6.04,306,1695711600"; d="scan'208";a="376476270" 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:02:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="951178110" X-IronPort-AV: E=Sophos;i="6.04,306,1695711600"; d="scan'208";a="951178110" 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:56 -0800 From: "Ren, Suqiang" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH V3 1/2] MdePkg: RFC1323 definition changed to RFC7323 Date: Tue, 26 Dec 2023 17:01:40 +0800 Message-Id: <9be539718db618293a47f7d0b527aecf56ad8b10.1703579409.git.suqiangx.ren@intel.com> 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: UlVScECH56mNdeQl0uvnm4i0x7686176AA= 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=k+1uta+X; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Change the description of RFC1323 to RFC7323 to align with UEFI spec 2.10. REF: UEFI spec 2.10 Table 28.2.5 Signed-off-by: Suqiang Ren Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Reviewed-by: Liming Gao --- MdePkg/Include/Protocol/Tcp6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Protocol/Tcp6.h b/MdePkg/Include/Protocol/Tcp6.h index a8787dd3af1a..d16bc06eb29b 100644 --- a/MdePkg/Include/Protocol/Tcp6.h +++ b/MdePkg/Include/Protocol/Tcp6.h @@ -192,12 +192,12 @@ typedef struct { BOOLEAN EnableNagle; /// /// Set it to TRUE to enable TCP timestamps option as defined in - /// RFC1323. Set to FALSE to disable it. + /// RFC7323. Set to FALSE to disable it. /// BOOLEAN EnableTimeStamp; /// /// Set it to TRUE to enable TCP window scale option as defined in - /// RFC1323. Set it to FALSE to disable it. + /// RFC7323. Set it to FALSE to disable it. /// BOOLEAN EnableWindowScaling; /// -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112910): https://edk2.groups.io/g/devel/message/112910 Mute This Topic: https://groups.io/mt/103367729/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-