public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition of EFI_TCP6_OPTION
       [not found] <cover.1703234666.git.suqiangx.ren@intel.com>
@ 2023-12-22  8:45 ` Ren, Suqiang
  2023-12-23  2:01   ` 回复: " gaoliming via groups.io
  0 siblings, 1 reply; 2+ messages in thread
From: Ren, Suqiang @ 2023-12-22  8:45 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Liming Gao, Zhiguang Liu, Yi Li

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 <suqiangx.ren@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Yi Li <yi1.li@intel.com>
---
 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]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* 回复: [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition of EFI_TCP6_OPTION
  2023-12-22  8:45 ` [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition of EFI_TCP6_OPTION Ren, Suqiang
@ 2023-12-23  2:01   ` gaoliming via groups.io
  0 siblings, 0 replies; 2+ messages in thread
From: gaoliming via groups.io @ 2023-12-23  2:01 UTC (permalink / raw)
  To: devel, suqiangx.ren
  Cc: 'Michael D Kinney', 'Zhiguang Liu',
	'Yi Li'

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Ren, Suqiang
> 发送时间: 2023年12月22日 16:46
> 收件人: devel@edk2.groups.io
> 抄送: Michael D Kinney <michael.d.kinney@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Zhiguang Liu <zhiguang.liu@intel.com>; Yi Li
> <yi1.li@intel.com>
> 主题: [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition of
> EFI_TCP6_OPTION
> 
> 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 <suqiangx.ren@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Yi Li <yi1.li@intel.com>
> ---
>  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 (#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]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-23  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1703234666.git.suqiangx.ren@intel.com>
2023-12-22  8:45 ` [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition of EFI_TCP6_OPTION Ren, Suqiang
2023-12-23  2:01   ` 回复: " gaoliming via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox