audk/MdeModulePkg
hhuan13 9e375eb11f Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()->Ip4IpSecProcessPacket() line 511, each time "reconnect -r", IpSb is re-allocated in IpDriver.Start(). But only when the first time, IpSb->OldMaxPacketSize = IpSb->MaxPacketSize; For the sequential reconnect, IpSb->OldMaxPacketSize is left dirty. Somtimes it is 0, causing the next sending packages generate exception.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10810 6f19259b-4bc3-4df7-8a09-765794883524
2010-08-20 06:29:55 +00:00
..
Application Update the copyright notice format 2010-04-24 09:49:11 +00:00
Bus clear the correct BAR register. Because for P2P device, only register from 0x10 to 0x14 is BAR register. 2010-08-18 12:21:21 +00:00
Core Move registration of DXE Core with PeCoffExtraActionLib after the lib constructors have been executed. 2010-08-06 23:09:49 +00:00
Include 1. Add init flag DEBUG_AGENT_INIT_DXE_AP. 2010-07-19 02:26:09 +00:00
Library Minor code refinement. 2010-08-10 07:36:00 +00:00
Logo Update the copyright notice format 2010-04-24 09:49:11 +00:00
Universal Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()->Ip4IpSecProcessPacket() line 511, each time "reconnect -r", IpSb is re-allocated in IpDriver.Start(). But only when the first time, IpSb->OldMaxPacketSize = IpSb->MaxPacketSize; For the sequential reconnect, IpSb->OldMaxPacketSize is left dirty. Somtimes it is 0, causing the next sending packages generate exception. 2010-08-20 06:29:55 +00:00
MdeModulePkg.dec 1. Introduce PcdTftpBlockSize to let platform DSC customize block size. 2010-08-18 00:47:26 +00:00
MdeModulePkg.dsc Add the missing PalLib NULL instance. 2010-05-24 01:35:52 +00:00