Modify UDP and IP to transmit on all network adapters instead of just the first network adapter.

Fix comment in Socket.c.

Signed-off-by: lpleahy
Reviewed and tested by: Sreenivasula Reddy of Dell


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13713 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lpleahy
2012-09-10 19:04:41 +00:00
parent 44890dbde6
commit 884ed92356
4 changed files with 70 additions and 49 deletions

View File

@@ -3191,7 +3191,7 @@ EslSocketPacketFree (
DBG_ENTER ( );
//
// Allocate a packet structure
// Free a packet structure
//
LengthInBytes = pPacket->PacketSize;
Status = gBS->FreePool ( pPacket );