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 3A1647803D0 for ; Fri, 22 Dec 2023 08:38:20 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=BMbKAfOBzRN83ZvR8dx5CGVzgmtlaQqtHAT5ZRHcmMM=; 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=1703234298; v=1; b=cAfs44D0QoRKTLsGrQa/19no3Cm4JwsI0piv3RlXPpszh2NAc+k48aHivy4nZhAiH2JywaQq pVPfW8Rs/C4SuRdTjMiEmsrHiC34K6ZrgHXQW4nbjOV2JSdJ6nCQly4c5oEHTIykkrfonVL9xuu oXqP5wK6ZwuO7IVbGUF5+tPA= X-Received: by 127.0.0.2 with SMTP id hR2JYY7687511xkdlXx6hbc3; Fri, 22 Dec 2023 00:38:18 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by mx.groups.io with SMTP id smtpd.web11.19439.1703234298189390306 for ; Fri, 22 Dec 2023 00:38:18 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="3342618" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="3342618" X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2023 00:38:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="895404245" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="895404245" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by fmsmga002.fm.intel.com with ESMTP; 22 Dec 2023 00:38:07 -0800 From: "Ren, Suqiang" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Yi Li Subject: [edk2-devel] [PATCH 1/1] MdePkg: Update the definition of EFI_TCP6_OPTION Date: Fri, 22 Dec 2023 16:38:06 +0800 Message-Id: <50c37db67c997b03c57985a77f18d77579c25558.1703234212.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: ksDLB2GExKMUBFP0GP1FSaXGx7686176AA= 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=cAfs44D0; 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 EnableNagle and EnableTimeStamp 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 (#112840): https://edk2.groups.io/g/devel/message/112840 Mute This Topic: https://groups.io/mt/103315497/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-