]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h
ArmPkg/ArmScmiDxe: Add clock enable function
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / Mtftp6Impl.h
index cf1b6abacce2c1ba6bb5e233a07422fea9ab998b..f0279daca3fb38e36830fa7e57c3a662aec47a8a 100644 (file)
@@ -83,9 +83,13 @@ struct _MTFTP6_INSTANCE {
   UINT16                        WindowSize;\r
 \r
   //\r
-  // Record the total received block number and the already acked block number.\r
+  // Record the total received and saved block number.\r
   //\r
   UINT64                        TotalBlock;\r
+\r
+  //\r
+  // Record the acked block number.\r
+  //\r
   UINT64                        AckedBlock;\r
 \r
   EFI_IPv6_ADDRESS              ServerIp;\r