audk/MdeModulePkg/Universal/Network/Ip4Dxe
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
..
ComponentName.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Common.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Common.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Driver.c 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
Ip4Driver.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Dxe.inf Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Icmp.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Icmp.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4If.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4If.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Igmp.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Igmp.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Impl.c Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in pair. 2010-08-12 04:46:11 +00:00
Ip4Impl.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Input.c 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
Ip4Input.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Option.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Option.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Output.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Output.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Route.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
Ip4Route.h Update the copyright notice format 2010-04-24 09:33:45 +00:00