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 5BF157803D8 for ; Fri, 22 Dec 2023 08:45:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=RSKJcfqlPev0hHFudObTcKaZYk2jCLbouTvOKGdKCtI=; 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=1703234749; v=1; b=FmkzTp5M3lNe5Lmf2FdA9gpnD9blWH1AZ4WsZHFbRS7TTzsZZEbU1jMEbhQm9YhdKr7oo8xP GA3dmTRm1R6nyst8cF5WJxI7AfN0/Bllv3CTw8oKOLmMOOG2hb71BrV53ALg6tMLPd70B+p5kNn eGVoKHlSTTLwYdsYqfwLoAws= X-Received: by 127.0.0.2 with SMTP id 6Um2YY7687511xCli3tXfWR5; Fri, 22 Dec 2023 00:45:49 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web11.19514.1703234748438495135 for ; Fri, 22 Dec 2023 00:45:48 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="427252122" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="427252122" X-Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2023 00:45:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="780487796" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="780487796" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by fmsmga007.fm.intel.com with ESMTP; 22 Dec 2023 00:45:45 -0800 From: "Ren, Suqiang" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Yi Li Subject: [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition of EFI_TCP6_OPTION Date: Fri, 22 Dec 2023 16:45:43 +0800 Message-Id: <5117f60a019045011c96b2e93bad4b324aaa82d7.1703234666.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: 120XANkJIAQow02Wo90ETCJGx7686176AA= 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=FmkzTp5M; 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 EnableTimeStamp and EnableWindowScaling to align with UEFI spec 2.10. REF: UEFI spec 2.10 Table 28.2.5 Signed-off-by: RenSuqiang Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Yi Li --- 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 (#112841): https://edk2.groups.io/g/devel/message/112841 Mute This Topic: https://groups.io/mt/103315555/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-