-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
connect may wait for a long time prior to return a timeout error.
The support of blocking "connect" is tricky ( at least the support I have in my mind): convert the socket as non-blocking and if the call returns EINPROGRESS wait on a "poll". When poll returns try again "connect"
Any other idea out there?