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:
@@ -3191,7 +3191,7 @@ EslSocketPacketFree (
|
||||
DBG_ENTER ( );
|
||||
|
||||
//
|
||||
// Allocate a packet structure
|
||||
// Free a packet structure
|
||||
//
|
||||
LengthInBytes = pPacket->PacketSize;
|
||||
Status = gBS->FreePool ( pPacket );
|
||||
|
Reference in New Issue
Block a user