mirror of https://github.com/acidanthera/audk.git
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:
parent
4652be0c5a
commit
10e726cf65
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue