]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h
NetworkPkg/Mtftp6Dxe: Correct the total received and saved block number.
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / Mtftp6Impl.h
index cf1b6abacce2c1ba6bb5e233a07422fea9ab998b..57f4cb6f5dace71b71efa9bf8697d7e52430f2b5 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