]> git.proxmox.com Git - mirror_edk2.git/commit - StdLib/EfiSocketLib/Socket.c
Fix TCP4/TCP6 connections. Connections were transitioning into the connected state...
authorleroy.p.leahy <leroy.p.leahy@intel.com>
Thu, 20 Mar 2014 22:05:51 +0000 (22:05 +0000)
committerlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Mar 2014 22:05:51 +0000 (22:05 +0000)
commiteb5b60155a30428c12acd0b2c49b54159a4e55e8
tree612966be4fc7a5d796d2bb615fb3f55e4e00e1b2
parent774ccb4bcc9e4866ae9ab8422b99429c995c6039
Fix TCP4/TCP6 connections.  Connections were transitioning into the connected state and the polling was returning an error.  Fix the polling routine to return success in this case.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: leroy.p.leahy@intel.com
Reviewed-by: SREENIVASULA_REDDY@Dell.com
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15355 6f19259b-4bc3-4df7-8a09-765794883524
StdLib/EfiSocketLib/Socket.c