Poll the network adapter during connect

Signed-off-by: lpleahy
Reviewed-by: Dell, Sreenivasula Reddy

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13803 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lpleahy 2012-10-08 22:02:23 +00:00
parent 4652be0c5a
commit 10e726cf65
1 changed files with 5 additions and 0 deletions

View File

@ -1790,6 +1790,11 @@ EslSocketConnect (
break; break;
case SOCKET_STATE_CONNECTING: case SOCKET_STATE_CONNECTING:
//
// Poll the network adapter
//
EslSocketRxPoll ( pSocket );
// //
// Poll for connection completion // Poll for connection completion
// //