Revision: 14644
          http://sourceforge.net/p/edk2/code/14644
Author:   vanjeff
Date:     2013-09-10 08:51:18 +0000 (Tue, 10 Sep 2013)
Log Message:
-----------
Sync patch r14450 from main trunk.
Fix a bug in Mtftp6 retransmission mechanism of the ACK.

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/14450

Modified Paths:
--------------
    branches/UDK2010.SR1/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c

Modified: branches/UDK2010.SR1/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c
===================================================================
--- branches/UDK2010.SR1/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c       2013-09-10 
08:25:43 UTC (rev 14643)
+++ branches/UDK2010.SR1/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c       2013-09-10 
08:51:18 UTC (rev 14644)
@@ -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.


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to