Revision: 14450
          http://sourceforge.net/p/edk2/code/14450
Author:   sfu5
Date:     2013-07-02 06:44:27 +0000 (Tue, 02 Jul 2013)
Log Message:
-----------
Fix a bug in Mtftp6 retransmission mechanism of the ACK.
Signed-off-by: Ari Zigler <[email protected]>
Reviewed-by: Ouyang Qian <[email protected]> 
Reviewed-by: Fu Siyuan <[email protected]>

Modified Paths:
--------------
    trunk/edk2/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c

Modified: trunk/edk2/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c
===================================================================
--- trunk/edk2/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c 2013-07-01 14:14:37 UTC (rev 
14449)
+++ trunk/edk2/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c 2013-07-02 06:44:27 UTC (rev 
14450)
@@ -59,6 +59,7 @@
   // Reset current retry count of the instance.
   //
   Instance->CurRetry = 0;
+  Instance->LastPacket = Packet;
 
   return Mtftp6TransmitPacket (Instance, Packet);
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to