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 21BF2AC076D for ; Sat, 23 Dec 2023 02:01:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Ht1XEJkcEq/KU3awDif9535GrpMG7W6EpnFXBpxlUfw=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1703296872; v=1; b=kwWvR5mv94AD6nLJ8mOo9rBM6nsqrlF0euXKluhJqsxwSm5TfgzCWIlYBDkJ4qOs4z0tI7Gj TOeF+K9ZIMmIW7u6QE2lqCU6v9rW6bE3HZ+BQxFfkhmiDNXsgvli6AXuKQuAirJbxxR4faPv2iV jGu6v68ooieI8/On/W+bqmCc= X-Received: by 127.0.0.2 with SMTP id h7h9YY7687511x0IN19oAXre; Fri, 22 Dec 2023 18:01:12 -0800 X-Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web11.3252.1703296871156641663 for ; Fri, 22 Dec 2023 18:01:11 -0800 X-Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 01294DDA7A4 for ; Sat, 23 Dec 2023 10:01:07 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id F0AB4DDA7A1 for ; Sat, 23 Dec 2023 10:01:07 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 3D303DDA78C for ; Sat, 23 Dec 2023 10:01:04 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([114.93.194.54]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Sat, 23 Dec 2023 10:01:03 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 114.93.194.54 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Yi Li'" References: <5117f60a019045011c96b2e93bad4b324aaa82d7.1703234666.git.suqiangx.ren@intel.com> In-Reply-To: <5117f60a019045011c96b2e93bad4b324aaa82d7.1703234666.git.suqiangx.ren@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIFYyIDEvMV0gTWRlUGtnOiBVcGRhdGUgdGhlIGRlZmluaXRpb24gb2YgRUZJX1RDUDZfT1BUSU9O?= Date: Sat, 23 Dec 2023 10:01:02 +0800 Message-ID: <01fb01da3543$e1b334f0$a5199ed0$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQJoeOhJ9XTPVyTymTdvM5lnkcAzcgLztR/Yr4H4ISA= 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: s8wrvCdvtlmIB3QHTNOjqaogx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=kwWvR5mv; dmarc=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 Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Ren, Suqiang > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA12=D4=C222=C8=D5 16:46 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Yi Li > > =D6=F7=CC=E2: [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition o= f > EFI_TCP6_OPTION >=20 > Change the description of EnableTimeStamp and EnableWindowScaling > to align with UEFI spec 2.10. >=20 > REF: UEFI spec 2.10 Table 28.2.5 >=20 > 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(-) >=20 > 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 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112852): https://edk2.groups.io/g/devel/message/112852 Mute This Topic: https://groups.io/mt/103329348/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-