Details
Description
If socket is used with servers, the connection creation can fail with EAGAIN. This is because of the error handling of the connect() call only handles normal TCP socket connections for which the error is EINPROGRESS but for UNIX domain sockets it's EAGAIN.