audk/StdLib/EfiSocketLib
lpleahy leroy.p.leahy ceecdc62ab Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion.
Signed-off-by: lpleahy  leroy.p.leahy@intel.com
Reviewed-by: Daniel Moura  oxesoft@gmail.com


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14984 6f19259b-4bc3-4df7-8a09-765794883524
2013-12-13 19:22:39 +00:00
..
DxeSupport.c Fixed close for socket to properly release the socket context structure and the handle. 2012-10-08 21:39:35 +00:00
EfiSocketLib.inf Ignore transmit errors for UDPv4, UDPv6 and IPv4. 2013-11-20 18:31:01 +00:00
Init.c Update the sockets library code 2011-09-30 23:02:35 +00:00
Ip4.c Fix GCC build errors 2013-11-20 19:07:31 +00:00
ReleaseNotes.txt Fix compilation errors detected with GCC 4.4 2011-09-30 23:52:45 +00:00
Service.c UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network adapters. 2012-06-01 20:01:30 +00:00
Socket.c Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion. 2013-12-13 19:22:39 +00:00
Socket.h Ignore transmit errors for UDPv4, UDPv6 and IPv4. 2013-11-20 18:31:01 +00:00
Tcp4.c Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion. 2013-12-13 19:22:39 +00:00
Tcp6.c Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion. 2013-12-13 19:22:39 +00:00
Udp4.c Fix GCC build errors 2013-11-20 19:07:31 +00:00
Udp6.c Fix GCC build errors 2013-11-20 19:07:31 +00:00
UseEfiSocketLib.c Fixed close for socket to properly release the socket context structure and the handle. 2012-10-08 21:39:35 +00:00